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
Thank you!
Murahashi