attachment action results in Postfix queue file corruption

Dmitriy Bokiy ratebor at pro.icp.ac.ru
Fri Jun 6 15:09:56 IST 2003


06/06/2003, 1:02:19 Julian Field wrote:

> Please can you try this patch to PFDiskStore.pm:

> --- PFDiskStore.pm      2003-06-02 10:03:03.000000000 +0100
> +++ PFDiskStore.pm.new  2003-06-05 21:59:16.000000000 +0100
> @@ -285,7 +285,7 @@
>     $recipcounter = 0;
>     foreach $record (@{$message->{metadata}}) {
>         $record =~ /^(.)(.*)$/;
> -      $recipcounter++ if $1 =~ /[RO]/;
> +      $recipcounter++ if $1 =~ /R/;
>     }


Did not help. Luckily the problem appears to be gone since I
upgraded Perl to 5.6.1. Thank you for your time.


--
Dmitriy



More information about the MailScanner mailing list