mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 12:24:38 +03:00
Add a 'KeepRejects' option that disables auto-cleanup (#49)
Add a 'KeepRejects' option that disables auto cleanup of the rejects mailbox.
This commit is contained in:
@ -692,6 +692,10 @@ describe-static" and "mox config describe-domains":
|
||||
# mailbox that has messages you want to keep. (optional)
|
||||
RejectsMailbox:
|
||||
|
||||
# If you'd like to retain the rejects described above instead of automatically
|
||||
# cleaning them (e.g. to train spam filters), you can set this to true. (optional)
|
||||
KeepRejects:
|
||||
|
||||
# Automatically set $Junk and $NotJunk flags based on mailbox messages are
|
||||
# delivered/moved/copied to. Email clients typically have too limited
|
||||
# functionality to conveniently set these flags, especially $NonJunk, but they can
|
||||
|
Reference in New Issue
Block a user