Line 0
Link Here
|
|
|
1 |
--- check_imap_quota.orig 2012-02-20 04:07:27 UTC |
2 |
+++ check_imap_quota |
3 |
@@ -151,7 +151,7 @@ eval { |
4 |
} |
5 |
if (!length($quotaUsed) && !length($quotaLimit)) { |
6 |
print "no answer from imap host\n" if $verbose > 2; |
7 |
- } elsif (!length($quotaUsed) || !length($quotaLimit) { |
8 |
+ } elsif (!length($quotaUsed) || !length($quotaLimit)) { |
9 |
print "incorrect answer from imap host\n"; |
10 |
$imap->close(); |
11 |
exit $status{UNKNOWN}; |