procmail
[Top] [All Lists]

Re: Procmail log

2002-10-16 15:22:27
"Stanley_Wistek" <stanley(_at_)wistek(_dot_)com(_dot_)tw> writes:
My mail server is running with RH7.3 , sendmail8.11.6-15, procmail
3.22-5
it's logfile that locate in /var/log looks like:

.....
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
"rocmail: Skipped "
From memberback(_at_)reply(_dot_)kimo(_dot_)com(_dot_)tw  Wed Oct 16 11:26:43 
2002
Subject:
 Folder: /var/spool/mail/monitor

Why it shows many "rocmail: Skipped " records?,  it that right?

Your .procmailrc has CRLF line-endings instead of just plain LF.  To have
it work properly, you should remove the CRs.  The following should work:

        tr -d '\015' <.procmailrc > .procmailrc.new
        mv .procmailrc.new .procmailrc

You should figure out how they got there so that you can avoid the problem
in the future.  Did you compose or copy the file from a Windows machine?


Philip Guenther
_______________________________________________
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>