Further geek help needed, sorry
Monday, 26 September 2005 09:56 pmI am getting on fairly well with mutt and have found handy commented dotfiles to nick stuff from. I have also set up a procmailrc with recipes for my mailing lists in. However, they are not being used! How do I tell mutt that procmail should be filtering things? Or is the problem with my procmailrc?
Said file begins as follows:
# uk-general
:0:
* ^TO*uk\-general
UK-General
# filk
:0:
* ^TO*filklore
filk
and continues in much the same vein.
Said file begins as follows:
# uk-general
:0:
* ^TO*uk\-general
UK-General
# filk
:0:
* ^TO*filklore
filk
and continues in much the same vein.
no subject
Date: Monday, 26 September 2005 09:07 pm (UTC)no subject
Date: Monday, 26 September 2005 09:10 pm (UTC)no subject
Date: Monday, 26 September 2005 09:11 pm (UTC)"|/usr/bin/procmail"
no subject
Date: Monday, 26 September 2005 09:10 pm (UTC):0:
* ^Mailing-List: list guiding_uk@yahoogroups\.com
IN-lists-guidinguk
:0:
* ^X-BeenThere: something\.hidden@nothing\.com
IN-lists-general
:0:
* ^From:.*fakeguidingaddress@yahoo\.co\.uk
IN-guiding
:0:
* ^TO_aendr\-google@earth\.li
spam2
no subject
Date: Monday, 26 September 2005 09:15 pm (UTC)[hides]
no subject
Date: Monday, 26 September 2005 10:53 pm (UTC)no subject
Date: Monday, 26 September 2005 09:39 pm (UTC)Minor point, but using the "*" after the ^TO or ^TO_ form is also deprecated, as the expanded expression already contains it (or its equivalent). It just slows things down.
no subject
Date: Monday, 26 September 2005 10:53 pm (UTC)no subject
Date: Monday, 26 September 2005 09:46 pm (UTC)mailboxes +whitelist +dsa +mbox +batch +qmw +scr +huntsman +ic +bu +ogsi-lite \ +lb3d-devel \ +opengl-simple \ +parents +lj \ (insert a thousand other mailbox names here) \ +some-dull-list-at-the-endEach of the things after mailboxes is the name of a folder I want mutt to check; the + prefix is an abbreviation for ~jon/Mail, the directory which contains all the different folders, and I've split it across multiple lines by putting a \ at the end of every line except the last. You might want to have a peek at section 3.11 (http://www.mutt.org/doc/manual/manual-3.html#ss3.11) of the mutt manual (http://www.mutt.org/doc/manual/).
(You're welcome to a copy of my muttrc and/or procmailrc as well, but frankly they're close to line noise and they scare me.)
no subject
Date: Tuesday, 27 September 2005 06:50 am (UTC):0:
* ^TO*filklore
/dev/null
this sends your mail from filklore directly to /dev/null, it does not pass go and you dont see it, useful for ignoring mailing lists you cant unsub from
no subject
Date: Tuesday, 27 September 2005 09:01 am (UTC)#filk :0 * ^TOfilklore { EXITCODE=77 :0 /dev/null }