diff options
Diffstat (limited to 'bin/spamcat')
-rwxr-xr-x | bin/spamcat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/spamcat b/bin/spamcat index 25f04d2..60fdf46 100755 --- a/bin/spamcat +++ b/bin/spamcat @@ -30,7 +30,9 @@ Show database row for C<sender>. =item set C<sender> C<count> -Set C<sender>'s remaining message count to C<count>. +Set C<sender>'s remaining message count to C<count>. If C<count> is +less than 0, then mail from C<sender> will not be limited and always +be sent unmodified. =item dumpconfig |