From: Matthias A. <mat...@gm...> - 2007-04-13 15:09:36
|
Otto Rodusek (AP-SGP) schrieb: > I'm having some minor problems issues with fetchmail v6.3.5. > This only happens on junk mails and never on "real" mail. > Is there any possible solution to this?? (Currently I have to regularly > login to the webmail access on the ISP and manually clean those emails). Not inside fetchmail. > fetchmail: SMTP> MAIL FROM:<all...@cl...> SIZE=30347 > fetchmail: SMTP< 451 DNS temporary failure (#4.5.1 - chkuser) > fetchmail: SMTP error: 451 DNS temporary failure (#4.5.1 - chkuser) As you see here, your local MTA doesn't accept the sender domain, click4solutions..., and temporarily refuses the message, so fetchmail tries again at the next poll cycle. Messages about size mismatches are warnings (most of the time at least) and don't make fetchmail abort the delivery voluntarily. You might try to blacklist that click4sol... domain in your MTA so it responds with some code between 500 and 599 inclusively, then fetchmail will know it's pointless to retry. HTH MA |