
Hi,
I am receiving an excess amount of SPAM to my ‘bounces’ lists. For example “board-bounces” or “members-bounces”.
Since the ‘bounces’ e-mail only comes to me, I’m the only one that sees it.
Is there some setting somewhere that can block these or a way to link these accounts to SpamAssassin that can stop this?
Thanks in advance!
Jon
No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.17.4/1189 - Release Date: 12/18/2007 9:40 PM

Jon Slater wrote:
I am receiving an excess amount of SPAM to my bounces lists. For example board-bounces or members-bounces.
<snip>
Is there some setting somewhere that can block these or a way to link these accounts to SpamAssassin that can stop this?
You can turn off bounce_unrecognized_goes_to_list_owner. Then you have the problem that a list member may be bouncing with an unrecognized DSN, and you won't know it, but in my experience, this is rare. YMMV
It is better to block these with SpamAssassin in the MTA before they ever get to Mailman, but you could create your own process which would filter the mail and then pipe it to Mailman's mail wrapper with the appropriate arguments, and arrange for the MTA to pipe the -bounces mail to your process instead of directly to the mail wrapper.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Mark Sapiro wrote:
Also, if you set
VERP_DELIVERY_INTERVAL = 1
in mm_cfg.py to enable a VERP-like sender, bounces of list mail /should/ never be unrecognized.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Jon Slater wrote:
I am receiving an excess amount of SPAM to my bounces lists. For example board-bounces or members-bounces.
<snip>
Is there some setting somewhere that can block these or a way to link these accounts to SpamAssassin that can stop this?
You can turn off bounce_unrecognized_goes_to_list_owner. Then you have the problem that a list member may be bouncing with an unrecognized DSN, and you won't know it, but in my experience, this is rare. YMMV
It is better to block these with SpamAssassin in the MTA before they ever get to Mailman, but you could create your own process which would filter the mail and then pipe it to Mailman's mail wrapper with the appropriate arguments, and arrange for the MTA to pipe the -bounces mail to your process instead of directly to the mail wrapper.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

Mark Sapiro wrote:
Also, if you set
VERP_DELIVERY_INTERVAL = 1
in mm_cfg.py to enable a VERP-like sender, bounces of list mail /should/ never be unrecognized.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Jon Slater
-
Mark Sapiro