procmail
[Top] [All Lists]

all In one

2005-01-11 13:18:16
Hi all,

I am most confused, after reading the procmail docs, and mutt related
docs and newbie stuff on the web.


The story is like this. I set up procmail to sort mail to various
folders, but the mail all arrives in the Inbox.


my first problem is conceptual:

I write a recipe in procmail an email arrives and goes to where?

in my old email client (evolution), it arrived in my inbox I right clicked on 
the
email and choose create a filer from the mail then I choose for  list
or from or cc or whatever and viola I had a filter,so;

conceptually the manner of filtering (in my mind) is that the mail
first comes to the inbox and then evolution moves it to the place I
want.


I think that with procmail the idea is that the mail is taken from the
server and run through procmail/spamassasin and this sorts the mail
into its right folder: procmail to the defined folders by recipe and
spamassassin to the garbage heap.


If so then my mutt setup should have no effect on the filtering of
mail? Then why is all my mail coming to the inbox?

maybe the problem is that procmail isn't being accessed? how do I
check this (running debian)

here is my .procmailrc

====================================================

SHELL=/bin/bash         
# Have to have this one (or whatever your shell is)
# Best bet is bash or sh. 
LINEBUF=4096            
# Magic. Apparently it burps on long lines if
# you don't
# put this in.

PATH=/bin:/usr/bin:/usr/local/bin:/usr/sbin:
VERBOSE=off
MAILDIR=$HOME/Mail      
LOGFILE=$HOME/Mail/procmaillog
FORMAIL=/usr/bin/formail
SENDMAIL=/usr/sbin/sendmail 
DEFAULT=$HOME/Mail/Inbox


# Nuke duplicate messages
:0 Wh: msgid.lock
| $FORMAIL -D 8192 msgid.cache

:0 c
backup

  :0 ic
    | cd backup && rm -f dummy `ls -t msg.* | sed -e 1,200d`

# Regenerate "From" lines to make sure they are valid
:0 fhw
| formail -I "From " -a "From "

:0:
^TO(_dot_)emacs-nxml-mode(_at_)yahoogroups(_dot_)com
nxml

:0:
* ^Sender:.*linux-il
linux-il

:0:
* X-BeenThere: ardour-users-ardour(_dot_)org(_at_)lists(_dot_)ardour(_dot_)org
ardour 

:0:
* X-BeenThere: lilypond-user(_at_)gnu(_dot_)org
lilypond

:0:
* X-BeenThere: users(_at_)lists(_dot_)agnula(_dot_)org
demudi

:0:
* X-BeenThere: ipaq(_at_)handhelds(_dot_)org
ipaq

:0:
* X-BeenThere: lilyxml-developers(_at_)lists(_dot_)sourceforge(_dot_)net 
lilyxml-deveopers 

:0:
* ^X-BeenThere: denemo-devel(_at_)lists(_dot_)sourceforge(_dot_)net
denemo

:0:
* ^X-BeenThere: familiar(_at_)handhelds(_dot_)org
familiar

:0:
* ^X-BeenThere: linux-audio-dev(_at_)music(_dot_)columbia(_dot_)edu
lad

:0:
* ^X-BeenThere: opie(_at_)handhelds(_dot_)org 
opie


:0:
* ^TO(_dot_)mutt-users(_at_)mutt(_dot_)org
mutt-users

:0:
* ^Sender: owner-mutt-users(_at_)mutt(_dot_)org
mutt-users

:0:
* ^TOprocmail(_at_)Informatik(_dot_)RWTH-Aachen(_dot_)DE
procmail

:0 fhw
| spamc

:0 fhw
* ^X-Spam-Status: Yes
$MAILDIR/Spam


=======================================

any help would be most appreciated

Thanks
Aaron


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>