procmail
[Top] [All Lists]

Re: Closing brace unexpected

2004-01-23 21:01:10
At 04:50 2004-01-24 +0100, Michelle Konzack wrote:
Thanks for the Tip with "VERBOSE=on". I have found the error immediatly
but I do not know how to sove:
[snip]

The ~/.procmailrc part is:

:0
* ^Content-type.*multipart/alternative
* > 10000
* < 165000
* B ?? Content-Type.*(.exe|.bat|.com|.pif|.scr)
VIRUS-1/
}

WEll, uh, see that '}' on a line by itself.  That's a closing brace.  Do you
see an OPENING one '{' anywhere? No. Is this brace needed? No. Delete the line.

:0
* ^Content-type.*multipart/mixed
* > 140000
* < 165000
* B ?? Content-Type.*(x-msdownload)
VIRUS-2/
}

Same here.

:0
* ^Content-type.*multipart/mixed
* > 10000
* < 20000
* B ?? Content-Disposition.*(.exe|.bat|.com|.pif|.scr)
VIRUS-3/
}

And here.

What exactly prompted you to believe you needed to put these in?

---
 Sean B. Straw / Professional Software Engineering

 Procmail disclaimer: <http://www.professional.org/procmail/disclaimer.html>
 Please DO NOT carbon me on list replies.  I'll get my copy from the list.


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