I'm using a CPanel 5.3 reseller server and am trying to get .procmailrc files to work, but test Emails don't seem to go through the filters in the recipe so I can only assume exim is being used instead?
I can get my procmail recipes to work by piping a test to it like:
$ echo &Subject: *** SPAM ***& | procmail
So procmail works, it's just not the default MTA
What I'm trying to do is get spamassassin to delete the mail marked as **SPAM** instead of just marking it - I can't figure out how to do that, so thought if I passed it through procmail I could do it that way.
So 3 questions:
1. what does CPanel 5.3 use - procmail or exim
2. does anyone know how to get spamassassin to delete spam
3. does anyone know how to use procmail instead of exim, or if exim can have filters like:
0:
* ^Subject:.*SPAM
/dev/null



LinkBack URL
About LinkBacks
Reply With Quote




