v4.85.1-0 tarball beta

Jerry Benton jerry.benton at mailborder.com
Mon Mar 2 13:49:00 GMT 2015


John,

Thank you. I updated the source. Can you please verify that it is now correct?


https://github.com/MailScanner/v4/blob/master/mailscanner/bin/MailScanner/PFDiskStore.pm

-
Jerry Benton
www.mailborder.com



> On Mar 2, 2015, at 8:03 AM, John Wilcock <john at tradoc.fr> wrote:
> 
> if ($targetfile =~ /([A-F\d]{8,15}\.[A-F\d]{5})/) {
> +    $targetfile = $1;
> +  } else {
> +    if ($targetfile =~ /([\w\d\.]{4,32})/) {
> +      $targetfile = $1;
> +    } else {
> +      $targetfile = "fallback";
> +    }
> + }



More information about the MailScanner mailing list