Your IP : 3.142.255.140


Current Path : /etc/mail/spamassassin/
Upload File :
Current File : //etc/mail/spamassassin/local.cf

# This is the right place to customize your installation of SpamAssassin.
#
# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be
# tweaked.
#
# Only a small subset of options are listed below
#
###########################################################################

#   Add *****SPAM***** to the Subject header of spam e-mails
#
# rewrite_header Subject *****SPAM*****


#   Save spam messages as a message/rfc822 MIME attachment instead of
#   modifying the original message (0: off, 2: use text/plain instead)
#
# report_safe 1


#   Set which networks or hosts are considered 'trusted' by your mail
#   server (i.e. not spammers)
#
trusted_networks 103.224.212.34 104.21.43.35 104.26.14.149 104.26.15.149 104.37.34.230 104.37.34.231 104.37.34.232 104.37.34.233 109.70.148.38 13.248.243.5 135.181.0.0/16 135.181.175.13 136.143.191.44 142.250.115.26 142.250.115.27 142.250.141.27 142.250.150.27 142.250.157.27 142.251.1.26 142.251.1.27 150.230.49.210 162.159.205.11 162.159.205.12 162.159.205.13 162.159.205.17 162.159.205.18 162.159.205.19 162.159.205.23 162.159.205.24 162.159.205.25 164.90.194.37 172.67.217.254 172.67.74.39 173.194.202.26 194.163.168.44 198.187.31.103 20.46.40.255 20.74.184.73 204.141.33.44 204.141.43.44 208.74.120.0/21 212.0.151.38 23.88.47.236 2404:6800:4008:0c13:0000:0000:0000:001b 2606:4700:0020:0000:0000:0000:681a:0e95 2606:4700:0020:0000:0000:0000:681a:0f95 2606:4700:0020:0000:0000:0000:ac43:4a27 2606:4700:00f5:0000:0000:0000:0000:000b 2606:4700:00f5:0000:0000:0000:0000:000c 2606:4700:00f5:0000:0000:0000:0000:000d 2606:4700:00f5:0000:0000:0000:0000:000e 2606:4700:00f5:0000:0000:0000:0000:000f 2606:4700:00f5:0000:0000:0000:0000:0010 2606:4700:00f5:0000:0000:0000:0000:0011 2606:4700:00f5:0000:0000:0000:0000:0012 2606:4700:00f5:0000:0000:0000:0000:0013 2607:f8b0:400e:0c00:0000:0000:0000:001b 2607:f8b0:4023:0c0b:0000:0000:0000:001a 2607:f8b0:4023:0c0b:0000:0000:0000:001b 2607:f8b0:4023:1004:0000:0000:0000:001a 2607:f8b0:4023:1004:0000:0000:0000:001b 2a00:1450:4010:0c05:0000:0000:0000:001a 2a00:1450:4010:0c05:0000:0000:0000:001b 2a00:1450:4010:0c0a:0000:0000:0000:001a 2a00:1450:4010:0c0e:0000:0000:0000:001a 2a00:1450:4010:0c1e:0000:0000:0000:001a 2a00:1450:4010:0c1e:0000:0000:0000:001b 2a01:4f9:4a:34d1::/64 38.242.220.71 52.101.148.1 52.101.148.12 52.101.148.13 52.101.148.3 52.101.68.25 52.101.68.29 52.101.73.11 52.101.73.24 52.101.89.1 52.101.89.2 52.101.99.0 52.101.99.2 64.233.162.26 64.233.162.27 64.233.163.27 64.233.164.26 65.108.105.120 65.108.205.154 65.109.161.215 92.42.111.134 95.217.225.28 # Autoconfigured by cPanel - Remove this end of line comment to avoid future updates


#   Set file-locking method (flock is not safe over NFS, but is faster)
#
# lock_method flock


#   Set the threshold at which a message is considered spam (default: 5.0)
#
# required_score 5.0


#   Use Bayesian classifier (default: 1)
#
# use_bayes 1


#   Bayesian classifier auto-learning (default: 1)
#
# bayes_auto_learn 1


#   Set headers which may provide inappropriate cues to the Bayesian
#   classifier
#
# bayes_ignore_header X-Bogosity
# bayes_ignore_header X-Spam-Flag
# bayes_ignore_header X-Spam-Status


#   Whether to decode non- UTF-8 and non-ASCII textual parts and recode
#   them to UTF-8 before the text is given over to rules processing.
#
# normalize_charset 1

#   Textual body scan limit    (default: 50000)
#
#   Amount of data per email text/* mimepart, that will be run through body
#   rules.  This enables safer and faster scanning of large messages,
#   perhaps having very large textual attachments.  There should be no need
#   to change this well tested default.
#
# body_part_scan_size 50000

#   Textual rawbody data scan limit    (default: 500000)
#
#   Amount of data per email text/* mimepart, that will be run through
#   rawbody rules.
#
# rawbody_part_scan_size 500000

#   Some shortcircuiting, if the plugin is enabled
# 
ifplugin Mail::SpamAssassin::Plugin::Shortcircuit
#
#   default: strongly-whitelisted mails are *really* whitelisted now, if the
#   shortcircuiting plugin is active, causing early exit to save CPU load.
#   Uncomment to turn this on
#
#   SpamAssassin tries hard not to launch DNS queries before priority -100. 
#   If you want to shortcircuit without launching unneeded queries, make
#   sure such rule priority is below -100. These examples are already:
#
# shortcircuit USER_IN_WHITELIST       on
# shortcircuit USER_IN_DEF_WHITELIST   on
# shortcircuit USER_IN_ALL_SPAM_TO     on
# shortcircuit SUBJECT_IN_WHITELIST    on

#   the opposite; blacklisted mails can also save CPU
#
# shortcircuit USER_IN_BLACKLIST       on
# shortcircuit USER_IN_BLACKLIST_TO    on
# shortcircuit SUBJECT_IN_BLACKLIST    on

#   if you have taken the time to correctly specify your "trusted_networks",
#   this is another good way to save CPU
#
# shortcircuit ALL_TRUSTED             on

#   and a well-trained bayes DB can save running rules, too
#
# shortcircuit BAYES_99                spam
# shortcircuit BAYES_00                ham

endif # Mail::SpamAssassin::Plugin::Shortcircuit

loadplugin Mail::SpamAssassin::Plugin::ResourceLimits
resource_limit_mem 536870912

dns_available yes # Autoconfigured by cPanel - comment out this line or set to no to avoid future updates

pyzor_options --homedir /etc/mail/spamassassin # Autoconfigured by cPanel - comment out this line to avoid future updates