From 854920f32bbde041003a133a2b69c56544aefcfe Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 30 Sep 2001 16:00:01 +0000 Subject: Re-enable explicit bounce on bad address. svn path=/trunk/; revision=3513 --- sink.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sink.c') 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 */ -- cgit v1.2.3