MCP rules to block Delivery Status Notifications :)

Remco Barendse mailscanner at BARENDSE.TO
Mon May 3 08:54:39 IST 2004


Success!

Really have no idea what changed but MCP is working for me now :)

Attached is a ruleset I created that will block the annoying Delivery
Status Notifications.

It seems to be working pretty well, all the DSR's are properly filtered
out :)

This list is just  starter, additional rules will have to be created if
you are running a non-English MUA / MTA. Unfortunately I could not find
the examples anymore but when you are running a Spanish MUA/MTA the body
of the read receipt will be in Spanish too but I don't have an example of
it.

This is a useful example of MCP :)  Maybe we could include it with
MailScanner.


I must say that I do not fully understand all the options in
MailScanner.conf for MCP. I would like to block (protect) all e-mails FROM
our domains from DRS using these  rules but I would like to allow
incoming DSR's. Is this possible?

MailScanner.conf has these options:
Is Definitely MCP = no
Is Definitely Not MCP = no

I would need an option like
Scan for MCP = no
or
which can be made a ruleset too

-------------------------- MailScanner list ----------------------
To leave, send    leave mailscanner    to jiscmail at jiscmail.ac.uk
Before posting, please see the Most Asked Questions at
http://www.mailscanner.biz/maq/     and the archives at
http://www.jiscmail.ac.uk/lists/mailscanner.html
-------------- next part --------------
#
# This is where the rules can go for the Message Content Protection system.
# Any *.cf file in this directory will be used, so organise them as you like.
#
# For details on the format of all this, read
#     man Mail::SpamAssassin::Conf
# and look at the *.cf files supplied with SpamAssassin.
#
# Remember this is not for spam detection, it's for content detection.
#

header   BANNED_HRRNL    Subject =~ /Gelezen:/i
describe BANNED_HRRNL    Blocked read DSR
score    BANNED_HRRNL    100

header   BANNED_HRRES    Subject =~ /Le?do:/i
describe BANNED_HRRES    Blocked read DSR
score    BANNED_HRRES    100

header   BANNED_HRRPT    Subject =~ /Lida:/i
describe BANNED_HRRPT    Blocked read DSR
score    BANNED_HRRPT    100

header   BANNED_HRREN    Subject =~ /Read:/i
describe BANNED_HRREN    Blocked read DSR
score    BANNED_HRREN    100

header   BANNED_HRRPT2   Subject =~ /Lidas:/i
describe BANNED_HRRPT2   Blocked read DSR
score    BANNED_HRRPT2   100

header   BANNED_HNRNL    Subject =~ /Niet gelezen:/i
describe BANNED_HNRNL    Blocked not read DSR
score    BANNED_HNRNL    100

header   BANNED_HNRES    Subject =~ /No le?do:/i
describe BANNED_HNRES    Blocked not read DSR
score    BANNED_HNRES    100

header   BANNED_HNREN    Subject =~ /Not read:/i
describe BANNED_HNREN    Blocked not read DSR
score    BANNED_HNREN    100

body     BANNED_BRRPT2    /Esta ? uma confirma??o de recebimento do email que voc? enviou para/i
describe BANNED_BRRPT2    Blocked read DSR
score    BANNED_BRRPT2    100

body     BANNED_BRRPT    /foi lida em/i
describe BANNED_BRRPT    Blocked read DSR
score    BANNED_BRRPT    100

body     BANNED_BRREN    /was read on/i
describe BANNED_BRREN    Blocked read DSR
score    BANNED_BRREN    100

body     BANNED_BNREN    /was deleted without being read/i
describe BANNED_BNREN    Blocked read DSR
score    BANNED_BNREN    100



More information about the MailScanner mailing list