Mark,

Assuming the message you posted didn't undergo some strange wrapping in transit,
the problem is in our of your comments:

# If SpamAssassin found SPAM, append report.  We do it as a separate #
attachment of type text/plain sub filter_end ($) {

The hash has crept up to the line before, so Perl sees the first line as a
comment, and the second as a string of garbage with a subroutine definition at
the end of it.

Even if the wrapping has gone awry, there's no reason to have "sub filter_end"
in a comment - it's asking for trouble.

Best Wishes,

Paul.
__________________________________________________
Paul Murphy
Head of Informatics
Ionix Pharmaceuticals Ltd
418 Science Park, Cambridge, CB4 0PA

Tel. 01223 433741
Fax. 01223 433788



_______________________________________________________________________
DISCLAIMER:
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to which they
are addressed.  If you have received this email in error please contact
the sender or the Ionix IT Helpdesk on +44 (0) 1223 433741
_______________________________________________________________________ 

_______________________________________________
Visit http://www.mimedefang.org and http://www.canit.ca
MIMEDefang mailing list
[EMAIL PROTECTED]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to