If I allow list a domain, SpamAssassin will still snare the message, I end up adding a rule to /etc/mail/spamassassin/custom.cf:
I suspect there is a better way to get similar results. What is everyone else doing?
This approach is effective, but takes too much time and is error prone. I would prefer a text file containing a list of domains that could be easily edited and maintained.
Code:
header LOCAL__H_cbservices ALL =~ /cbservices\.org/i
score LOCAL__H_cbservices -15.0
header LOCAL__H_myschoolworx ALL =~ /myschoolworx\.com/i
score LOCAL__H_myschoolworx -15.0
I suspect there is a better way to get similar results. What is everyone else doing?
This approach is effective, but takes too much time and is error prone. I would prefer a text file containing a list of domains that could be easily edited and maintained.
Last edited: