Patches missing?
    Jan-Peter Koopmann 
    Jan-Peter.Koopmann at SECEIDOS.DE
       
    Fri Feb 13 10:56:01 GMT 2004
    
    
  
Me again,
> >How about the current unstable?
> 
> They are in there.
Just had a look at 4.27.3. The Exim.pm patch does not seem to be in
there...
The Exim.pm 1.24.2.27 only added this AFAIK:
@@ -791,7 +791,9 @@
   if (defined $header) {
     # Found it :)
     #$header->{body} = $newvalue . $sep . $header->{body};
+    chomp($header->{body});
     $header->{body} =~ s/^($sep|\s)*/ $newvalue$sep/;
+    $header->{body} .= "\n";
   }
   else {
     # Didn't find it :(
The entire ACL stuff seems to be missing. Will your version work with
the Exim ACL variables as well or do I need to patch the rest of the
Exim patch in there as well?
Regards,
  JP
    
    
More information about the MailScanner
mailing list