attachment action results in Postfix queue file corruption

Julian Field mailscanner at ecs.soton.ac.uk
Thu Jun 5 22:02:19 IST 2003


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/;
    }


At 16:52 04/06/2003, you wrote:
>Hi!
>
>'Attachment' action in MS 4.21.9 seems to be incompatible with my
>Postfix 2.0.10. All high scored spam (the only email variety I am
>trying to handle using the feature at the moment) I got by now
>finished in 'corrupt' folder in Postfix spool. If anyone interested I
>can send the details of my setup, logs, corrupt queue files,
>quarantined messages...
>
>--
>Dmitriy

--
Julian Field
www.MailScanner.info
Professional Support Services at www.MailScanner.biz
MailScanner thanks transtec Computers for their support



More information about the MailScanner mailing list