On 3/4/2009 10:18 AM, Matus UHLAR - fantomas wrote:
On 04.03.09 10:10, Geert Batsleer wrote:
I'm trying to blacklist email frcm '*Vegas Club Casino' *Hi wich is being
sent from different email adressess but always with the same 'From' in the
header.
Tried putting it in local.cf as blacklist_from Vegas Club Casino
but those mails keep coming.
If you look at the docs, you'll see that *blacklist_* only apply for
adresses
How can I filter just on the from tag without using an email adress but the
name.
a rule will be needed
header FROM_BLAH From:name =~ /\bBLAH\b/i
should do the trick