Skip to content

Commit

Permalink
Merge pull request #56 from systemli/drop-x-spam-level-header
Browse files Browse the repository at this point in the history
Drop X-Spam-Level header, which provides no useful information
  • Loading branch information
nevart authored Sep 30, 2024
2 parents c550e80 + 9e59027 commit 96b5be5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/spamassassin/local.cf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ add_header all Checker-Version SpamAssassin _VERSION_ on _HOSTNAME_
#X-Spam-Flag: YES
add_header spam Flag _YESNOCAPS_

#X-Spam-Level: *************
add_header all Level _STARS(*)_

#X-Spam-Status: Yes, score=14.0 required=5.0 autolearn=spam
add_header all Status "_YESNO_, score=_SCORE_ required=_REQD_ autolearn=_AUTOLEARN_"

Expand Down

0 comments on commit 96b5be5

Please sign in to comment.