procmail
[Top] [All Lists]

Re: Problems with Qmail + SpamBouncer

1999-12-01 15:15:54

Procmail, or formail, it's not clear to me :-), quotes the second "From ", so
you have:
...
The problem is that SpamBouncer considers the mail complete at ">From ",
putting it in my mail spam folder:

I have this in my .procmailrc (before calling Spam Bouncer):

# Regenerate "From" lines to make sure they are valid
:0 fhw
| formail -I "From " -a "From "

which I assume deals with extra "From " headers.
To delete with a quoted ">From " line, use sed:

:0 fhw
| sed '/^>From /d'

                        Martin

Martin(_dot_)Ward(_at_)durham(_dot_)ac(_dot_)uk http://www.dur.ac.uk/~dcs0mpw/ 
Erdos number: 4
Maintainer of the G.K.Chesterton web site: http://www.dur.ac.uk/~dcs0mpw/gkc/
Shortcuts: http://i.am/mw and http://i.am/gkc -- try them!
Vote against spam: http://www.politik-digital.de/spam/en/


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