Hello,
We have an issue with some domains in our server which receiving an email from a spammer sending behalf of our cPanel user name.
This appears in exim_mainlog like this:
Is there anyway to mark this kind of emails as spam?, while already "Separated SpamBox" is enabled
I wrote many filters in exim/sysfilter/options but doesn't work, e.g.
if $h_from: header contains "rewritten was" then fail
Thanks
We have an issue with some domains in our server which receiving an email from a spammer sending behalf of our cPanel user name.
This appears in exim_mainlog like this:
From: header (rewritten was: [[email protected]], actual sender is not the same system user) original=[[email protected]] actual_sender=[[email protected]]
Is there anyway to mark this kind of emails as spam?, while already "Separated SpamBox" is enabled
I wrote many filters in exim/sysfilter/options but doesn't work, e.g.
if $h_from: header contains "rewritten was" then fail
Thanks