[SOLVED] Need to allow .shop through outbound

Nixnyx_

New Member
Nov 6, 2025
2
0
1
Hi all,


Outgoing emails from a .shop domain are being marked as spam due to the KAM_SOMETLD_ARE_BAD_TLD rule, which assigns a score of 5.


I cannot find any way to change or lower this rule in the GUI, and even when I edit the rule directly in the SpamAssassin files, it still has no effect.


Is there something I'm missing


Thanks.

What I'm getting when trying to send


Spam detection results: 3
AWL 0.731 Adjusted score from AWL reputation of From: address
BAYES_00 -1.9 Bayes spam probability is 0 to 1%
DMARC_PASS -0.1 DMARC pass policy
FROM_FMBLA_NEWDOM 0.001 From domain was registered in last 7 days
HTML_MESSAGE 0.001 HTML included in message
KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment
KAM_SOMETLD_ARE_BAD_TLD 5 .bar, .beauty, .buzz, .cam, .casa, .cfd, .club, .date, .guru, .link, .live, .monster, .online, .press, .pw, .quest, .rest, .sbs, .shop, .stream, .top, .trade, .wiki, .work, .xyz TLD abuse
SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record
SPF_PASS -0.001 SPF: sender matches SPF record
 
Outgoing emails from a .shop domain are being marked as spam due to the KAM_SOMETLD_ARE_BAD_TLD rule, which assigns a score of 5.
keep in mind that receiving mail-servers might also score those mails higher.

but to answer your question - you should be able to lower the score or disable the rule with a custom score (for disabling use 0 as score):
https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_spamdetector_customscores
The rule is: `KAM_SOMETLD_ARE_BAD_TLD`


else - generally we recommend disabling bayes filtering for most setups (you have it enabled based on:
BAYES_00 -1.9 Bayes spam probability is 0 to 1%


I hope this helps!
 
  • Like
Reactions: Nixnyx_