On 10/27/2014 4:48 PM, Kevin A. McGrail wrote:
On 10/27/2014 4:45 PM, David F. Skoll wrote:
So...
How hard would it be to have the mailing list quarantine a message
whose subject consists solely of the word "unsubscribe" ?
Do we have the technology? :)
Heh... Apparently more needed than I hoped. I'll have to ask the
foundation if they can implement something to achieve this.
I've emailed infra with the following request:
...we have been getting consistent unsubscribe messages posted to
the entire users list which begs the question if there is a way to
redirect those to the mailing list owner instead of just posting them?
There are a lot of ways to do this just wondering if this is
possible. Barring that, perhaps we just block them as spam using a
meta rule such as this untested rule:
header __KAM_SA_BLOCK_UNSUB1 Subject =~ /unsubscribe/i
header __KAM_SA_BLOCK_UNSUB2 To =~
/(?:users|dev|ruleqa|private)\@spamassassin\.apache\.org/i
meta KAM_SA_BLOCK_UNSUB (__KAM_SA_BLOCK_UNSUB1 +
__KAM_SA_BLOCK_UNSUB2 >= 2)
describe KAM_SA_BLOCK_UNSUB Block Unsub Requests to SA Mailing Lists
score KAM_SA_BLOCK_UNSUB 25.0
regards,
KAM