procmail
[Top] [All Lists]

msgs ignoring procmail

2001-05-22 14:52:22
Hi everybody,

I have a little problem with my procmail (of course...)

My messages are redirected to a perl script, that includes data on SQL
tables. But SOME messagens don't hit the script. They lands directly on
my mailbox. And I don't know why! (I don't use that specific mailbox for
nothing)

I don't see any relations between these messages. They just ignores my
script.

Note: Maybe these messages enter in the system while the procmail is
busy, working in other messages (they may have large files attached). Is
it a problem?

Here you are my rc:

VERBOSE=off
SENDMAIL=/usr/sbin/sendmail
MAILDIR=$HOME/mail

LOGFILE=/home/user1/procmail.log

:0 H
*!^FROM_DAEMON
*!^X-Loop: Mail responder
{
  REMOTEIP=`formail -zxReceived:`
  SUBJECT=`formail -zxSubject:`
  FROM=`formail -zxFrom:`
  TO=`formail -zxTo:`
  DATE=`formail -zxDate:`
  :0
  | /home/user1/getmessage.pl
}


Can you help me?


Thanks a lot!

[]s, Marcos

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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