diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-12-12 04:10:56 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-12-12 04:10:56 +0000 |
commit | c4432b4997d1819dbfd289ba42050e20927bde08 (patch) | |
tree | ee783faef2c11861e8b0361a9c5839100063451b /fetchmail.man | |
parent | 6113a3f6da6b0fc667c9f56b99ad5c6419947b1c (diff) | |
download | fetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.tar.gz fetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.tar.bz2 fetchmail-c4432b4997d1819dbfd289ba42050e20927bde08.zip |
Spambounce patch.
svn path=/trunk/; revision=2998
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index 00faf901..b5719c6a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1109,6 +1109,9 @@ T} set no bouncemail \& T{ Direct error mail to postmaster rather than sender T} +set no spambounce \& T{ +Send spam bounces +T} set logfile \& T{ Name of a file to dump error and status messages to T} @@ -2041,8 +2044,8 @@ temporarily discards any suid privileges it may have while running the MDA. For maximum safety, however, don't use an mda command containing %F or %T when fetchmail is run from the root account itself. .PP -Fetchmail's method of sending bouncemail requires that port 25 of localhost -be available for sending mail via SMTP. +Fetchmail's method of sending bouncemail and spambounce requires that +port 25 of localhost be available for sending mail via SMTP. .PP If you modify a .I .fetchmailrc |