aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-30 16:00:01 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-30 16:00:01 +0000
commit854920f32bbde041003a133a2b69c56544aefcfe (patch)
tree9d8c1fd38ec2a00642ea37d2aca64e2992746033 /sink.c
parentd64b8f0b8314ca95e994dcd07470bf59f8195776 (diff)
downloadfetchmail-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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sink.c b/sink.c
index a35aa75b..64c02c44 100644
--- a/sink.c
+++ b/sink.c
@@ -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 */