From aa27ff5bdfa3567f3d4935b602cff95cedc6431a Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Jul 2001 01:18:11 +0000 Subject: Comment fix. svn path=/trunk/; revision=3395 --- sink.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 291756e8..25961c55 100644 --- a/sink.c +++ b/sink.c @@ -685,13 +685,13 @@ int open_sink(struct query *ctl, struct msgblk *msg, * I don't remember how this got in here, but it doesn't * work. The obvious symptom is that no bounce message * is sent for a nonexistent user. Less obviously - * Forwarding to postmaster also does not work. The body is - * discarded. + * forwarding to postmaster also does not work. The body is + * discarded due to the RSET. * * If a mail is sent to one valid and one invalid * user, the mail does not go to the valid user - * also as the body is discarded after calling - * RSET! + * also as the body is discarded after handle_smtp_report + * calls RSET! */ int res; if ((res = handle_smtp_report(ctl, msg))==PS_REFUSED) -- cgit v1.2.3