Skip to content

Commit

Permalink
Merge pull request #50 from systemli/x-spam-checker-header-fix-version
Browse files Browse the repository at this point in the history
X-Spam-Checker-Version header: rely on version, instead of release date
  • Loading branch information
nevart authored Aug 16, 2024
2 parents fb1c359 + 3a501a7 commit 6730ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/spamassassin/local.cf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ report_safe {{ spamassassin_report_safe }}
clear_headers

#X-Spam-Checker-Version: SpamAssassin 1.188-2003-05-24-exp on machine.example.org
add_header all Checker-Version SpamAssassin _SUBVERSION_ on _HOSTNAME_
add_header all Checker-Version SpamAssassin _VERSION_ on _HOSTNAME_

#X-Spam-Flag: YES
add_header spam Flag _YESNOCAPS_
Expand Down

0 comments on commit 6730ad9

Please sign in to comment.