procmail
[Top] [All Lists]

RE: F in From is dropped

2004-03-01 12:15:12
About 2 or 3 times a week, my mail stops being received from my mua.  When
I look at the unix mail file, the first message is always missing the 'F'
in the From header.  I use vi and insert the 'F' and my mail gets picked up
again.  Everything is running on Solaris, if that matters.

I have code that I copied from somewhere that I thought would fix this, but
it does not.  Listed below is the global procmailrc, which is the only
promailrc, with the comments removed.

Help, Alex

beginning of insert
:0fw: spamc.lock
* < 256000
| /opt/csw/bin/spamc -d mcsun3 -p 783

:0:
* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*
/var/mail/spamu2

:0:
* ^X-Spam-Status: Yes
/var/mail/spamuser

:0B
* ^Content-Type:.*audio.*(pif|scr|bat|exe|com|dll|vbs)
/var/mail/spamuser

:0
* ^^rom[ ]
{
  LOG="*** Dropped F off From_ header! Fixing up. "
  
  :0 fhw
  | sed -e '1s/^/F/'
}

<< end of insert

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