Hi,
I'm recieving thousands of spams where the "From" is the same as the "To".
I would like to reject it with the header_checks and the regular expressions but i don't get it.
I have tried:
if !/^To:.*@test\.com/
/^From:.*@test\.com/ REJECT
endif
But it doesn't work, I need some help!
I'm recieving thousands of spams where the "From" is the same as the "To".
I would like to reject it with the header_checks and the regular expressions but i don't get it.
I have tried:
if !/^To:.*@test\.com/
/^From:.*@test\.com/ REJECT
endif
But it doesn't work, I need some help!