
I'm testing recieving email and had an error from procmail below.
There are some ^M inserted in the log file path.
I think this error is caused by procmail, but if anyone have same experience
or any suggestion, please help me.
procmail v3.13.1 1999/04/05, Copyright (c) 1999, Stephen R. van den Berg
This is perl, version 5.005_03 built for i386-linux
maillog
======
Dec 2 14:32:38 localhost sendmail[31869]: OAA31869:
from=

Hi! On Mon, Dec 02, 2002 at 04:13:47PM +0900, murahashi wrote:
I'm testing recieving email and had an error from procmail below. There are some ^M inserted in the log file path. I think this error is caused by procmail, but if anyone have same experience or any suggestion, please help me.
procmail v3.13.1 1999/04/05, Copyright (c) 1999, Stephen R. van den Berg This is perl, version 5.005_03 built for i386-linux
maillog ====== Dec 2 14:32:38 localhost sendmail[31869]: OAA31869: from=
, size=434, class=0, pri=30434, nrcpts=1, msgid=<05e801c299ca$473f27c0$0c01a8c0@zaq.ne.jp>, proto=SMTP, relay= Dec 2 14:32:38 localhost procmail[31871]: Error while writing to "/home/sites/otrs.kidanet.com/OpenTRS/^M/var/log/procmail-2002-12^M.log^M" Dec 2 14:32:38 localhost sendmail[31870]: OAA31869: to="| procmail /home/sites/site14/users/otrs/.procmailrc", ctladdr= (207/100), delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Sent .procmailrc ========= #SYS_HOME=/opt/OpenTRS/ SYS_HOME=/home/sites/otrs.kidanet.com/OpenTRS/
SHELL=/bin/bash PATH=/bin:/usr/bin:/usr/local/bin MONTHFOLDER=`date +%Y-%m` YEARFOLDER=`date +%Y` LOGFILE=$SYS_HOME/var/log/procmail-$MONTHFOLDER.log VERBOSE=on
It looks like "cartridge return" (^M). Maybe added by your editor on new line. What's your text editor? Try to use a new .procmailrc (maybe from CVS) and edit it with vi. Is there still the same error?
Murahashi
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 9:01pm up 39 days, 23:35, 5 users, load average: 0.30, 0.16, 0.05

Thank you for your reply.
You are right. I copied .procmail again and edited it. Fixed!
Thank you.
----- Original Message -----
From: "Martin Edenhofer"
Hi!
On Mon, Dec 02, 2002 at 04:13:47PM +0900, murahashi wrote:
I'm testing recieving email and had an error from procmail below. There are some ^M inserted in the log file path. I think this error is caused by procmail, but if anyone have same experience or any suggestion, please help me.
procmail v3.13.1 1999/04/05, Copyright (c) 1999, Stephen R. van den Berg This is perl, version 5.005_03 built for i386-linux
maillog ====== Dec 2 14:32:38 localhost sendmail[31869]: OAA31869: from=
, size=434, class=0, pri=30434, nrcpts=1, msgid=<05e801c299ca$473f27c0$0c01a8c0@zaq.ne.jp>, proto=SMTP, relay= Dec 2 14:32:38 localhost procmail[31871]: Error while writing to "/home/sites/otrs.kidanet.com/OpenTRS/^M/var/log/procmail-2002-12^M.log^M"
Dec 2 14:32:38 localhost sendmail[31870]: OAA31869: to="| procmail /home/sites/site14/users/otrs/.procmailrc", ctladdr=
(207/100), delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Sent .procmailrc ========= #SYS_HOME=/opt/OpenTRS/ SYS_HOME=/home/sites/otrs.kidanet.com/OpenTRS/
SHELL=/bin/bash PATH=/bin:/usr/bin:/usr/local/bin MONTHFOLDER=`date +%Y-%m` YEARFOLDER=`date +%Y` LOGFILE=$SYS_HOME/var/log/procmail-$MONTHFOLDER.log VERBOSE=on
It looks like "cartridge return" (^M). Maybe added by your editor on new line.
What's your text editor?
Try to use a new .procmailrc (maybe from CVS) and edit it with vi. Is there still the same error?
Murahashi
Martin
-- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- nohl: 9:01pm up 39 days, 23:35, 5 users, load average: 0.30, 0.16, 0.05 _______________________________________________ OTRS mailing list: otrs - Webpage: http://otrs.org/ Archive: http://lists.otrs.org/pipermail/otrs To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
participants (2)
-
Martin Edenhofer
-
murahashi