
jarif at iki
May 24, 2008, 1:02 AM
Post #2 of 3
(145 views)
Permalink
|
----- Original Message ----- From: "smcbutler" <smcbutler[at]gmail.com> To: <users[at]spamassassin.apache.org> Sent: Saturday, May 24, 2008 10:11 AM Subject: bounced message spam > > > hi, i'm getting a lot of bounced emails where a spammer is using my email in > their return address > > The original message was received at Thu, 22 May 2008 09:01:04 -0500 > from adsl-pool2-248.metrotel.net.co [190.1.176.248] (may be forged) > > ----- The following addresses had permanent fatal errors ----- > <winstondd[at]talleytech.com> > (reason: 550 5.7.1 Requested action not taken: message refused) > > > etc etc > > how do folks get round this issue? are there any rules around i could try? > There is VBounce plugin, which can be activated in /etc/spamassassin/v320.pre, by uncommenting loadplugin Mail::SpamAssassin::Plugin::VBounce In addition to that, you have to declare your smarthost(s) in /etc/spamassassin/local.cf like this: whitelist_bounce_relays pena.fred.pp.fi whitelist_bounce_relays hurricane.fred.pp.fi whitelist_bounce_relays smtp.nblnetworks.fi whitelist_bounce_relays smtp-69.nebula.fi That should do it, what comes to SpamAssassin. Personally I don't trust it too much, and I have a custom rules for my maildrop to handle backscatter.
|