diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 16:00:01 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 16:00:01 +0000 |
commit | 854920f32bbde041003a133a2b69c56544aefcfe (patch) | |
tree | 9d8c1fd38ec2a00642ea37d2aca64e2992746033 /sink.c | |
parent | d64b8f0b8314ca95e994dcd07470bf59f8195776 (diff) | |
download | fetchmail-854920f32bbde041003a133a2b69c56544aefcfe.tar.gz fetchmail-854920f32bbde041003a133a2b69c56544aefcfe.tar.bz2 fetchmail-854920f32bbde041003a133a2b69c56544aefcfe.zip |
Re-enable explicit bounce on bad address.
svn path=/trunk/; revision=3513
Diffstat (limited to 'sink.c')
-rw-r--r-- | sink.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -529,6 +529,9 @@ static int handle_smtp_report(struct query *ctl, struct msgblk *msg) } } +/* this is experimental and will be removed if double bounces are reported */ +#define EXPLICIT_BOUNCE + int open_sink(struct query *ctl, struct msgblk *msg, int *good_addresses, int *bad_addresses) /* set up sinkfp to be an input sink we can ship a message to */ |