CVS Commit amavis
Mike Tremaine <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
[mgt@dwarfstar services]$ cvs diff amavis
Index: amavis
===================================================================
RCS file: /var/cvs/logwatch/scripts/services/amavis,v
retrieving revision 1.48
diff -r1.48 amavis
188c188
< my $Version = "1.48.1";
---
> my $Version = "1.48.2";
561c561
< } elsif (my ($size) = ($p1 =~ /^LMTP::\d+ .* SIZE=(\d+) / )) {
---
> } elsif (my ($size) = ($p1 =~ /^LMTP:(?:\[$re_IP])?:\d+ .*
SIZE=(\d+) / )) {
562a563
> # LMTP:[10.0.0.1]:10024
/var/spool/amavis/tmp/amavis-20070601T171120-30408: <[email protected]>
-> <[email protected]> SIZE=13730 Received: from mail.sample.net
([127.0.0.1]) by localhost (mail.sample.net [127.0.0.1]) (amavisd-new,
port 10024) with LMTP for <[email protected]>; Fri, 1 Jun 2007 17:11:20
+0200 (CEST)
Remote host patch for amavisd from Harald Geiger... Thanks!
-Mike