John Hardin skrev den 2017-10-02 21:07:

How about:

header  __FROM_QUOTES           From =~ /"/
header  __FROM_MAYBE_SPOOF      From:name =~ /\w@\w/
meta    __FROM_SPOOF            __FROM_MAYBE_SPOOF && !__FROM_QUOTES

(warning: totally untested)

+1

i can only see one problem with it, that is that email adresses is caSeinsensitive, and you test casEsensitive

it is basicly a rule i like to keep

Reply via email to