SF.net SVN: logwatch:[212] scripts/services/exim

[email protected]
Newsgroups gmane.comp.log.logwatch.devel
Message-ID <[email protected]>
Revision: 212
          http://sourceforge.net/p/logwatch/code/212
Author:   stefjakobs
Date:     2014-09-08 20:41:45 +0000 (Mon, 08 Sep 2014)
Log Message:
-----------
exim: fix wrong regex (Thanks: Willi Mann)

Modified Paths:
--------------
    scripts/services/exim

Modified: scripts/services/exim
===================================================================
--- scripts/services/exim	2014-09-08 20:40:10 UTC (rev 211)
+++ scripts/services/exim	2014-09-08 20:41:45 UTC (rev 212)
@@ -474,7 +474,7 @@
          }
          elsif ( $ThisOne =~ m/remote host address is the local host/ ) {
             $cc = "Invalid local domain";
-            ( $bb ) = ($ThisOne =~ m/\@\[^>]+/);
+            ( $bb ) = ($ThisOne =~ m/\@[^>]+/);
          }
          else {
             # If we picked up a malfunction but didn't collect it here,

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.