File: muttrc

package info (click to toggle)
spamassassin 3.0.3-2sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,532 kB
  • ctags: 1,570
  • sloc: perl: 29,159; ansic: 2,329; sh: 1,353; makefile: 181; sql: 109
file content (7 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
# Add this to your ~/.muttrc to integrate spamassassin and mutt
# spamassassin report and classify as spam
macro index S "|/usr/bin/spamassassin -r"
# spamassassin classify as ham
macro index H "|/usr/bin/sa-learn --ham  --no-sync"
# rebuild the spamassassin bayes filter db
macro index R "!/usr/bin/sa-learn --sync"