procmail
[Top] [All Lists]

Re: Beginner help

2008-08-26 13:21:31
tolga schreef:

I have "|IFS=' ' && exec /usr/bin/procmail || exit 75 #tolga" in my
.forward and

LOGNAME=/var/log/procmail.log

You probably don't have permissions to create or change that file. Why
put a personal log in a system place?

Try
  LOGNAME = "$_.log"
which will become "$HOME/$procmailrc.log".


:0


You need to add locking, since you are delivering to a file. (or is
"test" meant as an existing directory?)

So make that:

  :0:

* ^From(_dot_)*mtozses(_at_)sabanciuniv(_dot_)edu
* ^Subject:.*compilers
test

Where do you want this file "test" to be created?

Try
  MAILDIR = "$HOME"
and find the file"test" in your home directory (unless a directory test
already existed there).

-- 
Groet, 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

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