mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
add flag to ruleset that indicates a message is forwarded, slightly modifying how junk analysis is done
part of PR #50 by bobobo1618
This commit is contained in:
7
testdata/smtp/junk/domains.conf
vendored
7
testdata/smtp/junk/domains.conf
vendored
@ -11,6 +11,13 @@ Accounts:
|
||||
SMTPMailFromRegexp: remote@example\.org
|
||||
AcceptRejectsToMailbox: mjl2junk
|
||||
Mailbox: mjl2
|
||||
mjl3@mox.example:
|
||||
Rulesets:
|
||||
-
|
||||
SMTPMailFromRegexp: remote@forward\.example
|
||||
VerifiedDomain: forward.example
|
||||
IsForward: true
|
||||
Mailbox: mjl3
|
||||
RejectsMailbox: Rejects
|
||||
JunkFilter:
|
||||
# Spamminess score between 0 and 1 above which emails are rejected as spam. E.g.
|
||||
|
Reference in New Issue
Block a user