/[smecontribs]/rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent-0.1-mail_out_stats_ignore_local.patch
ViewVC logotype

Annotation of /rpms/smeserver-zabbix-agent/contribs10/smeserver-zabbix-agent-0.1-mail_out_stats_ignore_local.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Dec 4 18:33:59 2020 UTC (3 years, 5 months ago) by brianr
Branch: MAIN
Initial import

1 brianr 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_out.pl mezzanine_patched_smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_out.pl
2     --- smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_out.pl 2009-02-15 12:14:59.000000000 +0100
3     +++ mezzanine_patched_smeserver-zabbix-agent-0.1/root/var/lib/zabbix/bin/parse_mail_out.pl 2009-02-15 12:14:23.000000000 +0100
4     @@ -33,7 +33,7 @@
5    
6     # on limites aux lignes concernant l'envoie
7     # @400000004994ad092afa867c delivery 96906: success etc...
8     - next unless $line =~ m/^\@[0-9a-f]{24} delivery \d+: (success|failure|deferral)/;
9     + next unless $line =~ m/^\@[0-9a-f]{24} delivery \d+: (success|failure|deferral).*(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}|CNAME_lookup_failed_temporarily)/;
10     my $result = $1;
11     $cnt{$result}++;
12     }

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed