Hello,

I want to block e-mails with a sender display name containing given strings.

All my rules of the type ;
From:name =~ /string/
don't work

On the other side,
rules of the type :
From:addr =~ /string/
work

and rules of the type
>From =~ /string/
work only if string lies in the address part of the From field

What must I do to filter e-mails on the display name ?



--
Sent from: http://spamassassin.1065346.n5.nabble.com/SpamAssassin-Users-f3.html

Reply via email to