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.c | |
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.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index 43de191c..918ef93c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -903,6 +903,7 @@ static int load_params(int argc, char **argv, int optind) struct stat rcstat; run.bouncemail = TRUE; + run.spambounce = FALSE; /* don't bounce back to innocent bystanders */ memset(&def_opts, '\0', sizeof(struct query)); def_opts.smtp_socket = -1; |