Index: check_email_loop.pl =================================================================== RCS file: /cvsroot/nagiosplug/nagiosplug/contrib/check_email_loop.pl,v retrieving revision 1.3 diff -r1.3 check_email_loop.pl 1c1 < #!/usr/bin/perl --- > #!/usr/bin/perl -w 51a52,53 > $debug = 0; > 115c117 < %other_smtp_opts={}; --- > %other_smtp_opts=();