diff options
author | Brian Cully <bjc@kublai.com> | 2022-06-12 15:11:28 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2022-06-12 15:13:34 -0400 |
commit | 0718a13ba8225c9d180b3207470876d048184310 (patch) | |
tree | 33a2080eac997e8304d729d6743ff98103e6eed2 /bin/spamcat | |
parent | 575c0485c4939922bab313da666a8a18d80c065e (diff) | |
download | spamcat-0718a13ba8225c9d180b3207470876d048184310.tar.gz spamcat-0718a13ba8225c9d180b3207470876d048184310.zip |
Allow flagging infinite sends by setting remaing count to -1.
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 |