> I have collected enough spam to build my spamdb, I'm not rening any longer > in test mode, and then, it happens something that I'm afraid to not > understand very well : > > Here are the logs commented by me : > > #fetchmail delivers a spam email : > > Feb 27 10:25:41 myhost assp[20964]: 127.0.0.2 <[EMAIL PROTECTED]> to: > [EMAIL PROTECTED] Bayesian spam > Filling_forms_are_not_necessary_for_ordering_medic -> > /var/assp/spam/2351.eml > Feb 27 10:25:41 myhost assp[20964]: 127.0.0.2 <[EMAIL PROTECTED]> to: > [EMAIL PROTECTED] is disconnected > Feb 27 10:25:41 myhost postfix/cleanup[21085]: D5AA45CD24: > message-id=<[EMAIL PROTECTED]> > Feb 27 10:25:41 myhost postfix/qmgr[18591]: D5AA45CD24: > from=<[EMAIL PROTECTED]>, size=9207, nrcpt=1 (queue active) > > # here, fetchmail has certainly receive something that make it reply to > the spam sender (bad): > > Feb 27 10:25:41 myhost fetchmail[16941]: message depuis > [EMAIL PROTECTED] ayant rebondi sur [EMAIL PROTECTED] > Feb 27 10:25:42 myhost assp[20964]: 127.0.0.1 > <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] Regex:Red 'Content-Type: > multip' > Feb 27 10:25:42 myhost assp[20964]: 127.0.0.1 > <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] local or whitelisted - > (no bad attachments) > Feb 27 10:25:42 myhost assp[20964]: 127.0.0.1 > <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] is disconnected > > # the email address of the spammer is considered local by assp and the > email answer is sent to my isp smtp server and naturally bounced : > > Feb 27 10:25:42 myhost postfix/smtp[21093]: EBC785CD26: > to=<[EMAIL PROTECTED]>, relay=smtp.myisp.com[212.27.48.4], delay=1, > status=bounced (host smtp.myisp.com[212.27.48.4] said: 550 > <[EMAIL PROTECTED]>: Recipient address rejected: Domain not found (in reply to > RCPT TO command)) > > What can I do to prevent this ? is there something in assp to tweak or it > is again fetchmail that hurts ?
For people who are trying to make ASSP working with fetchmail even if everybody claims that it is not intended to ;) here is what you must put in your /etc/fetchmailrc or other relative fetchmail config file to succeed : poll pop.yourisp.net with protocol pop3 port 110: user ispuser there has password "secret" is [EMAIL PROTECTED] here smtphost 127.0.0.2 antispam 500 fetchall Regards Philippe ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
