What is the proper process for adding new scoring into cPanels' implementation of SpamAssassin. Its not clear which configuration files are actually used.
If I look in /etc/mail/spamassassin/CPANEL.cf I see this:
This is exactly what I want to add, but for the .date top-level domain. But I'm not sure which file to add it to .. /etc/mail/spamassassin/local.cf does not seem to be the same format as the CPANEL.cf - and I see some items in there that say they are auto-generated by cPanel which makes me believe there is another location.
If I look in /etc/mail/spamassassin/CPANEL.cf I see this:
Code:
header CPANEL_XYZ From =~ /\@.*?\.xyz/i
describe CPANEL_XYZ .XYZ domain mostly used by spammers
score CPANEL_XYZ 2.1
Code:
# Emails from the .date TLD are automatically suspicious
header CUSTTLD_DATE From =~ /\@.*?\.date/i
describe CUSTTLD_DATE .DATE top-level domain mostly used by spammers
score CUSTTLD_DATE 2.1