1 |
--- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_in.pl.new_qpsmtpd 2010-03-12 18:06:57.000000000 +0100 |
2 |
+++ smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_in.pl 2010-03-12 18:07:45.000000000 +0100 |
3 |
@@ -34,7 +34,7 @@ |
4 |
|
5 |
# on limites aux lignes concernant logterse |
6 |
# @400000004994ad092afa867c 18386 logging::logterse plugin: etc... |
7 |
- next unless $line =~ m/^\@[0-9a-f]{24} \d+ logging::logterse plugin:/; |
8 |
+ next unless $line =~ m/^\@[0-9a-f]{24} \d+ logging::logterse plugin/; |
9 |
|
10 |
# D'abord on traite tout ceux qui contiennent 'msg denied before queued' |
11 |
if ($line =~ m/msg denied before queued/){ |