about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-05-26 09:05:24 +0000
committerEric Wong <e@yhbt.net>2020-05-27 22:31:27 +0000
commitace6491217a6aa894ca82c967c42f1df168d7855 (patch)
tree58b7ce4fb6a7e2b370ddc9b1f594b1f853d6639e /Documentation
parente97f478cd6ace58cbbe6287106f45f7809f5e8b1 (diff)
downloadpublic-inbox-ace6491217a6aa894ca82c967c42f1df168d7855.tar.gz
I found myself wanting to remove a message from all inboxes
while working on a test case in another branch.  I figure this
could also be useful for globally removing messages which are in
the grey area or too big for spamc.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/public-inbox-learn.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/public-inbox-learn.pod b/Documentation/public-inbox-learn.pod
index addcbcb5..9c6b261b 100644
--- a/Documentation/public-inbox-learn.pod
+++ b/Documentation/public-inbox-learn.pod
@@ -50,8 +50,12 @@ C<publicinboxmda.spamcheck> is C<none> in L<public-inbox-config(5)>.
 
 =item rm
 
-This is identical to the C<spam> command above, but does
-not feed the message to L<spamc(1)>
+This is similar to the C<spam> command above, but does
+not feed the message to L<spamc(1)> and only removes messages
+which match on any of the C<To:>, C<Cc:>, and C<List-ID:> headers.
+
+The C<--all> option may be used match C<spam> semantics in removing
+the message from all configured inboxes.
 
 =back