aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rw-r--r--contrib/check_email_loop.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_email_loop.pl b/contrib/check_email_loop.pl
index bcaf13b4..fb418ee3 100644
--- a/contrib/check_email_loop.pl
+++ b/contrib/check_email_loop.pl
@@ -41,10 +41,10 @@ use Getopt::Long;
# ----------------------------------------
my $TIMEOUT = 120;
-my %ERRORS = ('UNKNOWN' , '-1',
- 'OK' , '0',
+my %ERRORS = ('OK' , '0',
'WARNING', '1',
'CRITICAL', '2');
+ 'UNKNOWN' , '3');
my $state = "UNKNOWN";
my ($sender,$receiver, $pophost, $popuser, $poppasswd, $smtphost,$keeporphaned);