procmail
[Top] [All Lists]

Re: A recipe does not work for one list only

2005-04-21 01:30:25
Hossein Movahhedian schreef:

INBOX_DIR=$HOME/mail

Make that:

  MAILDIR = "$HOME/mail"

LOGFILE=/ext3/home/tmp/procmail.from
VERBOSE=on
:0
* ^X-BeenThere:(_dot_)*farsitex-user(_at_)lists(_dot_)sourceforge(_dot_)net
{
   :0
   | /ext3/home/bin/my_procmail

If that is a filter, you need more flags, like f/i/w.

   :0:
   $INBOX_DIR/.NEW_Ftex-user

If MAILDIR is properly set, make that:

    .NEW_Ftex-user



[.NEW_Ftex-user]
It is a folder

For deliverey to a maildir-folder, change the recipe to:

    :0
    .NEW_Ftex-user/

See man procmailrc about the trailing slash

-- 
Grtz, Ruud

____________________________________________________________
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