diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 18:34:59 +0200 |
---|---|---|
committer | Johannes Berg <johannes@sipsolutions.net> | 2007-09-30 18:34:59 +0200 |
commit | 481483ee26096c221e7f3af1866bc0f72a5f956a (patch) | |
tree | 198bce6508d5144861e8560fd7ed6654177a6016 /README | |
parent | 658e7fe97b059ebf893fc3f2656ee6f569a7fb9f (diff) | |
download | dovecot-antispam-481483ee26096c221e7f3af1866bc0f72a5f956a.tar.gz dovecot-antispam-481483ee26096c221e7f3af1866bc0f72a5f956a.tar.xz dovecot-antispam-481483ee26096c221e7f3af1866bc0f72a5f956a.zip |
minor change to config section
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -60,11 +60,11 @@ CONFIGURATION antispam_signature = X-DSPAM-Signature # semicolon-separated list of Trash folders (default unset i.e. none) - # antispam_trash = + # antispam_trash = # antispam_trash = trash;Trash;Deleted Items # semicolon-separarted list of spam folders - # antispam_spam = SPAM + antispam_spam = SPAM ########################### # BACKEND SPECIFIC OPTIONS @@ -77,7 +77,7 @@ CONFIGURATION # semicolon-separated list of extra arguments to dspam # (default unset i.e. none) - # antispam_dspam_args = + # antispam_dspam_args = # antispam_dspam_args = --user;%u # % expansion done by dovecot # antispam_dspam_args = --mode=teft } |