Uncomment the parameter that set the limits on the scanned email size.
This commit is contained in:
parent
e0930877d4
commit
e34fced025
|
@ -35,19 +35,20 @@ use_pyzor 0
|
|||
# them to UTF-8 before the text is given over to rules processing.
|
||||
#
|
||||
normalize_charset {{ spamassassin_normalize_charset }}
|
||||
#
|
||||
# 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 {{ spamassassin_text_body_scan_size }}
|
||||
|
||||
body_part_scan_size {{ spamassassin_text_body_scan_size }}
|
||||
#
|
||||
# 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 {{ spamassassin_body_part_scan_size }}
|
||||
rawbody_part_scan_size {{ spamassassin_body_part_scan_size }}
|
||||
|
||||
{% if spamassassin_shortcircuit_plugin %}
|
||||
loadplugin Mail::SpamAssassin::Plugin::Shortcircuit
|
||||
|
@ -63,4 +64,4 @@ shortcircuit {{ rule.key }} {{ rule.value }}
|
|||
|
||||
{% for rule in spamassassin_local_rules %}
|
||||
{{ rule }}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue