UNKNOWN CLAMD RETURN

Rick Cooper rcooper at dwford.com
Thu Jul 19 13:56:10 IST 2007


 

 > -----Original Message-----
 > From: mailscanner-bounces at lists.mailscanner.info 
 > [mailto:mailscanner-bounces at lists.mailscanner.info] On 
 > Behalf Of Rick Cooper
 > Sent: Thursday, July 19, 2007 8:51 AM
 > To: 'MailScanner discussion'
 > Subject: RE: UNKNOWN CLAMD RETURN
 > 
 >  
 > 
 >  > -----Original Message-----
 >  > From: mailscanner-bounces at lists.mailscanner.info 
 >  > [mailto:mailscanner-bounces at lists.mailscanner.info] On 
 >  > Behalf Of UxBoD
 >  > Sent: Thursday, July 19, 2007 8:33 AM
 >  > To: MailScanner discussion
 >  > Subject: Re: UNKNOWN CLAMD RETURN
 >  > 
 >  > Rick,
 >  > 
 >  > That is the problem as it does not get flagged by MailWatch 
 >  > as a Virus, which I believe just grabs the whole line from 
 >  > MailScanner.
 >  > 
 > [...]
 > 
 > I really wish I had that message |->(
 > 
 > Try this:
 > 
 >       if ($filename =~ /.+?\sFOUND$/ && $childname =~ 
 > /^.+\.header$) {
 >         $rest = $filename;
 > 		$filename = $childname;
 > 		$childname =~ s/(.+)\.header$/$1/;
 >       }
 > 

[...]

Doh! Of course the first line should be:

if ($filename =~ /.+?\sFOUND$/ && $childname =~  /^.+\.header$/) {

Forgot the last '/' in "$childname =~  /^.+\.header$/" sorry

Rick


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the MailScanner mailing list