Changes between Version 2 and Version 3 of spam/mua-config


Ignore:
Timestamp:
09/29/06 17:50:31 (19 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • spam/mua-config

    v2 v3  
    1 Mail user agents (MUAs) can be configured to deposit spam that makes it through the DSPAM filters into the "missed-spam" IMAP folder.  This can be done either automatically (via the MUA's own spam filters), or manually (by saving the missed spam in the "missed-spam" folder.
     1Mail user agents (MUAs) can be configured to deposit spam that makes it through the DSPAM filters into the "missed-spam" IMAP folder.  This can be done either automatically (via the MUA's own spam filters), or manually (by saving the missed spam in the `missed-spam` folder.
    22
    3 One thing to note is that messages saved in the "missed-spam" folder must be saved with their full headers.  This is because there is information in parts of the headers that are usually hidden that DSPAM needs to retrain the filters on the missed spam.
     3One thing to note is that messages saved in the `missed-spam` folder must be saved with their full headers.  This is because there is information in parts of the headers that are usually hidden that DSPAM needs to retrain the filters on the missed spam.
    44
    5 == mutt ==
    6 Mutt does not have it's own built-in spam filters.  However, keyboard macros can be used to ease the moving of missed spam into "missed-spam" folder.
     5== `mutt` ==
     6Mutt does not have its own built-in spam filters.  However, keyboard macros can be used to ease the moving of missed spam into `missed-spam` folder.
    77
    8 The following keyboard macro (in ~/.mutt/muttrc or ~/.muttrc) can be used to move a missed spam (with full headers) into a "missed-spam" folder that is elsewhere (ie. not by mutt) sync'd with the remote IMAP folders, and delete the original message from your inbox:
     8If you use mutt from a CW, we should have the default mutt configuration set up to allow a simple keypress to move messages into your spam folder shortly.
     9
     10If you use mutt with some form of external IMAP synchronization (such as [http://www.linux-france.org/prj/imapsync/README imapsync]), the following keyboard macro (in `~/.mutt/muttrc` or `~/.muttrc`) can be used to move a missed spam (with full headers) into your local "missed-spam" folder, and delete the original message from your inbox:
    911{{{
    1012macro index,pager S "<save-message>[CAL mailbox folder]/INBOX.missed-spam/<enter><enter>" "move spam to missed-spam folder"
    1113}}}
    12 "[CAL mailbox folder]" should of course be substituted with the path to the local directory where your CAL mail is stored.  This is known to work for maildir mailbox folders.  It may not work with mbox folders.  A similar technique could probably be used to move spam into the missed-spam IMAP folder if handled by mutt directly.
     14"[CAL mailbox folder]" should of course be substituted with the path to the local directory where your CAL mail is stored.  This is known to work for local maildir  folders.  It has not been tested with mbox.