Skip to main content

DEAR_SOMETHING marked as SPAM

Comments

7 comments

  • keat63
    I use configserver Mail Scanner, and it's possible to change the scores, so I'm sure its possible with SpamAssasin. Although where, I'm not entirely sure, have a look in /etc/mail/spamassassin/local.cf maybe
    0
  • cPanelLauren
    The .cf files in /etc/mail/spamassassin are symlinks to /usr/local/cpanel/etc/mail/spamassassin/ Do you have any custom rules enabled? When I search for the specific rules getting hit on your email I'm not coming up with exact matches: [root@server spamassassin]# egrep -ir 'DEAR_SOMETHING|KAM_DEAR_SOMEBODY' /usr/local/cpanel/etc/mail/spamassassin /usr/local/cpanel/etc/mail/spamassassin/KAM2.cf:meta KAM_NIGERIAN2 (__KAM_NIGERIAN2_1 + DEAR_SOMETHING + LOTS_OF_MONEY >= 3) /usr/local/cpanel/etc/mail/spamassassin/KAM.cf:meta KAM_NIGERIAN2 (__KAM_NIGERIAN2_1 + DEAR_SOMETHING + LOTS_OF_MONEY >= 3) [root@server spamassassin]#
    I get the KAM_NIGERIAN2 rule but it needs to include DEAR_SOMETHING + LOTS_OF_MONEY and the hit is worth 3 points.
    0
  • nixuser
    Can't the point value be changed in Calculated Spam Score Settings under Spam Filters in cPanel?
    0
  • cPanelLauren
    Can't the point value be changed in Calculated Spam Score Settings under Spam Filters in cPanel?

    The point value can be changed, but first you'll need to identify the rule that is responsible and change the point value in that configuration file. Reassigning a point value through the spam filters UI won't override the default in the .cf file as far as I know and the documentation for SpamAssassin seems to confirm this in the allow_user_rules section
    0
  • nixuser
    The point value can be changed, but first you'll need to identify the rule that is responsible and change the point value in that configuration file. Reassigning a point value through the spam filters UI won't override the default in the .cf file as far as I know and the documentation for SpamAssassin seems to confirm this in the allow_user_rules section
    0
  • cPanelLauren
    @nixuser Thinking about this further, you bring up a good point actually, if the rule shows up in that dropdown it's templated into the user_prefs for that account which takes precedence and you should actually be able to modify the score there. I was thinking about this in a global aspect. @jmginer That'd be a point you want to check for that account, if you go to cPanel>>Email>>Spam Filters -> Additional Configurations (for advanced users) -> Calculated Spam Score Settings -> Use the dropdown to look for the specific rules, you should be able to modify their specific scores there.
    0
  • nixuser
    Thanks, it does show up for me in the drop down menu. So that would be helpful in changing the value.
    0

Please sign in to leave a comment.