header __FROM_BADDOMAIN From =~ /some\.com/i
header __FROM_BADDOMAIN_GOOD_TO To =~ /myser\@mydomain\.com/i
meta FROM_BADDOMAIN_UNBLACKLIST_TO  (__FROM_BADDOMAIN &&
__FROM_BADDOMAIN_GOOD_TO)
score FROM_BADDOMAIN_UNBLACKLIST_TO -100

not solved it blocks usernames some.com

add :addr after From and To so its limited to email not usernames

From:addr
To:addr

the above rule did not need blacklist_from, and best of all it did not test envelope sender, good ?

Reply via email to