From 9c176febc1f2f77d279ac6af84b14d3182176136 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Tue, 28 Apr 2009 11:15:24 +0200 Subject: [PATCH] For spam detection, mention $imap_headers. Closes #3223. --- doc/manual.xml.head | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index ca8c4622a..616e7a3e7 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -3605,6 +3605,14 @@ sub-expression contained within parentheses.) %1 is re the first back-reference in the regex, %2 with the second, etc. + +To match spam tags, mutt needs the corresponding header information +which is always the case for local and POP folders but not for IMAP in +the default configuration. Depending on the spam header to be analyzed, +$imap_headers may need +to be adjusted. + + If you're using multiple spam filters, a message can have more than one spam-related header. You can define spam patterns for each -- 2.40.0