Home | Comics | Gallery | (Amazon| ThinkGeek) wishlist | Donations | Impressum | The Book of Postfix | Postfix - Einrichtung, Betrieb und Wartung | Blog
if /^From:.*<firstname\.lastname@example\.com>/ !/Firstname Lastname/i HOLD Backscatter Firstname Lastname endifThe idea is this:
The header of a bounced/rejected mail usually contains at least the
header of the original spam. If the headers contain
firstname.lastname@example.com, then we check if the very
same line is not equal to what the sender uses as realname.
In our case we assume that the realname is "Firstname Lastname".
So the mail address that's usually being used is:
From: "Firstname Lastname" <firstname.lastname@example.com>You may want to replace HOLD with DISCARD or REJECT once you think the pattern work for you.
This file was last modified 17. Jan 2007 by root