navneet
12-08-2007, 04:55 AM
hi i am getting a lot of spam and want to create an email filter script in PHP which will parse the email and filter most of the spam.
I am using CPanel and the email processor seems to be exim
I can pipe the email to my php script but how will the script respond such that if it is not a spam it is delivered unedited. I have seen some example which would work with exit code but that would only work with qmail.
I need something that would work like qmail email filter exit code 0
Any help
I am using CPanel and the email processor seems to be exim
I can pipe the email to my php script but how will the script respond such that if it is not a spam it is delivered unedited. I have seen some example which would work with exit code but that would only work with qmail.
I need something that would work like qmail email filter exit code 0
Any help
