procmail
[Top] [All Lists]

Re: Emails not retrieved automatically

2007-10-19 01:36:39
Tolga schreef:
Lewis:
Tolga:

procmail: Match on 
"^Sender:(_dot_)*procmail-bounces(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE"
procmail: Assigning "LASTFOLDER=procmail"
procmail: Opening "procmail"
procmail: Acquiring kernel-lock
procmail: Notified comsat:
"tolga(_at_)2871821:/var/mail/folders/tolga/procmail"
From procmail-bounces(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE  Thu Oct 18 
22:32:09 2007
 Subject: RE: Append header in undelivered messages
  Folder: procmail

procmail did exactly what you told it to do, it saved the message in
a mbox named 'procmail'.

What is the issue, exactly?

The issue is that I'm not notified of the new incoming e-mails. I have
to click on the folder name to be able to see them. Is this a procmail
issue or a dovecot issus?

For IMAP, rename the folders to start with a dot, and adjust the recipes
accordingly.

In your .procmailrc, also add a slash to each foldername, because you
need maildir-type delivery.


For example:

    :0
    * ^Sender:(_dot_)*procmail-bounces(_at_)lists\(_dot_)RWTH-Aachen\(_dot_)DE
    .procmail/


Why does your recipe that delivers to the 'SPAM' folder, have "fhw"
flags"? I would remove them.
I would also remove the ending "*" from the condition because it is a
quantifier on the closing bracket ("zero-or-more-closing-brackets"), so
it becomes:

    :0
    * ^Subject:.*\[SPAM]
    .SPAM/


-- 
Groet, Ruud (indented recipes look so much nicer!)
____________________________________________________________
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