diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-07-06 01:18:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-07-06 01:18:11 +0000 |
commit | aa27ff5bdfa3567f3d4935b602cff95cedc6431a (patch) | |
tree | b54c86cbff1da9cade685cc70bf270dc2a9b43da | |
parent | 2b5a9b2cc2fbcd1b2f1d5b40d147095b0bfc04bf (diff) | |
download | fetchmail-aa27ff5bdfa3567f3d4935b602cff95cedc6431a.tar.gz fetchmail-aa27ff5bdfa3567f3d4935b602cff95cedc6431a.tar.bz2 fetchmail-aa27ff5bdfa3567f3d4935b602cff95cedc6431a.zip |
Comment fix.
svn path=/trunk/; revision=3395
-rw-r--r-- | sink.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) |