The other thing I'd suggest is to let procmail deliver the mail, rather
than having the shell do it (using the redirect to the mbox method), ie
something like:

:0
* $RECIP ?? ^^kid@$DOMAIN
{
        :0fw
        | perl -I../www/blognet/lib ../spamassassin -c ~/.spamassassin
-P

        :0:
        kid
}


Procmail probably knows about escaping "From " lines, where the shell
definitely does not.

C

On Sat, 2002-02-16 at 13:48, Kevin Dangoor wrote:
> > I'd think that changing the existing ":0:" to be ":0 w:" should be
> > sufficient.
> 
> I'll do this, but I don't think this is a multiple writers issue, given the
> consistency with certain messages having this problem. (I don't get *that*
> much mail that I have lots trying to come in at the same time :)
> 
> > However, if it only happens to those particular messages, perhaps it's a
> > problem with 'From ' parsing. Can you look at your mailbox (before popping
> > it) and see if the split messages are happening when there is a line
> > beginning with 'From ' line in the body of your mail?
> 
> I'll do that on Monday when the next one of these messages should be coming
> in.
> 
> Kevin
> 
> 


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to