From: Andy H. <adh...@gm...> - 2006-07-17 17:43:47
|
Hi, On 7/17/06, Rob MacGregor <rob...@gm...> wrote: > These lists are depreciated - please use the lists found at www.fetchmail.info Should we continue this here for now, or move to there? > On 7/17/06, Andy Hawkins <adh...@gm...> wrote: > Upgrade to 6.3.4 Ok, didn't want to do that as it involves building from source, but I've done that now. > Spam messages almost never have a legit return address. All you'll > end up doing is annoying some poor innocent sod, and possibly becoming > a spam source yourself. Better to drop them on the floor. True, but I want legitimate mail (but with invalid addresses) to be bounced so that the sender knows they've got it wrong. > Otherwise, once you've upgraded to 6.3.4 please submit the output of > "fetchmail -v -v -v" showing the problem. This is the config: set bouncemail poll xxx.xxx.xxx.xxx protocol pop3 envelope 1 "Delivered-To" qvirtual "45-" localdomains xxx.xxx.xxx username xx...@xx... password "xxxxxx" is * here nokeep smtpaddress zzz.zzz.zzz Below: fetchmail: POP3> RETR 7 fetchmail: POP3< +OK 475 octets follow. reading message xx...@xx...@yyy.yyy:7 of 7 (475 octets) About to rewrite Return-Path: <yyy@yyy.yyy> Rewritten version is Return-Path: <yyy@yyy.yyy> About to rewrite From: yyy@yyy.yyy Rewritten version is From: yyy@yyy.yyy About to rewrite To: xx...@xx... Rewritten version is To: xx...@xx... fetchmail: passed through xx...@xx... matching xxx.xxx.xxx fetchmail: SMTP< 220 zzz.zzz.zzz ESMTP Exim 4.50 Mon, 17 Jul 2006 16:15:41 +0100 fetchmail: SMTP> EHLO zzz.zzz.zzz fetchmail: SMTP< 250-zzz.zzz.zzz Hello localhost [127.0.0.1] fetchmail: SMTP< 250-SIZE 52428800 fetchmail: SMTP< 250-PIPELINING fetchmail: SMTP< 250 HELP fetchmail: forwarding to localhost fetchmail: SMTP> MAIL FROM:<xx...@xx...> SIZE=475 fetchmail: SMTP< 250 OK fetchmail: SMTP> RCPT TO:<yyy@yyy.yyy> fetchmail: SMTP< 550 unknown user fetchmail: SMTP error: 550 unknown user fetchmail: SMTP listener doesn't like recipient address `yyy@yyy.yyy' fetchmail: SMTP< 220 zzz.zzz.zzz ESMTP Exim 4.50 Mon, 17 Jul 2006 16:15:41 +0100 fetchmail: SMTP> HELO zzz.zzz.zzz fetchmail: SMTP< 250 zzz.zzz.zzz Hello localhost [127.0.0.1] fetchmail: SMTP> MAIL FROM:<> fetchmail: SMTP< 250 OK fetchmail: SMTP> RCPT TO:<xx...@xx...> fetchmail: SMTP< 250 Accepted fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter message, ending with "." on a line by itself fetchmail: SMTP: (bounce-message body) fetchmail: SMTP>. (EOM) fetchmail: SMTP< 250 OK id=1G2Uov-0005GD-HY fetchmail: SMTP> QUIT fetchmail: SMTP< 221 zzz.zzz.zzz closing connection fetchmail: SMTP> RCPT TO:<postmaster@zzz.zzz.zzz> fetchmail: SMTP< 250 Accepted fetchmail: no address matches; forwarding to postmaster. fetchmail: SMTP> DATA fetchmail: SMTP< 354 Enter message, ending with "." on a line by itself #*fetchmail: SMTP>. (EOM) fetchmail: SMTP< 250 OK id=1G2Uov-0005GC-Kh not flushed fetchmail: POP3> QUIT fetchmail: POP3< +OK Bye-bye. fetchmail: SMTP> QUIT fetchmail: SMTP< 221 zzz.zzz.zzz closing connection fetchmail: 6.3.4 querying yyy.yyy.yyy (protocol POP3) at Mon Jul 17 16:15:41 2006: poll completed fetchmail: swapping UID lists fetchmail: Writing fetchids file. fetchmail: normal termination, status 0 fetchmail: Writing fetchids file. It looks like it has sent a bounce, but still forwarded the mail to the postmaster. Any ideas? Andy |