Changeset 3356

Show
Ignore:
Timestamp:
02/14/10 13:23:19 (2 years ago)
Author:
feiner.tom
Message:

Fix: exim_mailstats doesnt count Completed properly. Thanks to Wakko Warner for noticing this! (http://bugs.debian.org/569621)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/node.d/exim_mailstats.in

    r3019 r3356  
    118118            $received++; 
    119119        } 
    120         elsif (/ Completed /) { 
     120        elsif (m/ Completed$/) { 
    121121            $completed++; 
    122122        }