I am trying to create a antispoofing rule using message filter feature.It is like if ( header("from") == "@*mydomain\\.com$" ) { apply anti-spoofing rules here; }But the rough part is to be able to whitelist certain hosts, e.g., our partners.For exam...