search for: randomfakelist

Displaying 3 results from an estimated 3 matches for "randomfakelist".

2018 Feb 16
4
Sieve to process list mail based on list-ID
...list, send it to spamc and put the message (if not spam) in the INBOX but mark it as seen, otherwise put it in Junk. 3. have some list specific rules (like rewriting reply-to, stripping subjected tags, etc. 4. Drop message in mailbox based no the ID. (so, dovecot mail goes into .dovecot/new but RandomFakelist gets scanned for spam and if it passes, marked read and put in the inbox). I've seen things like: if exists "List-Id" { if header :contains "List-Id" "dovecot.dovecot.org" { fileinto "dovecot"; } elsif header :contains "List-Id" "...
2018 Feb 16
0
Sieve to process list mail based on list-ID
...put the message (if not spam) in the INBOX but mark it as seen, otherwise put it in Junk. > > 3. have some list specific rules (like rewriting reply-to, stripping subjected tags, etc. > > 4. Drop message in mailbox based no the ID. > > (so, dovecot mail goes into .dovecot/new but RandomFakelist gets scanned for spam and if it passes, marked read and put in the inbox). > > I've seen things like: > > if exists "List-Id" { > if header :contains "List-Id" "dovecot.dovecot.org" { > fileinto "dovecot"; > } elsif header :co...
2018 Feb 16
0
Sieve to process list mail based on list-ID
...put the message (if not spam) in the INBOX but mark it as seen, otherwise put it in Junk. > > 3. have some list specific rules (like rewriting reply-to, stripping subjected tags, etc. > > 4. Drop message in mailbox based no the ID. > > (so, dovecot mail goes into .dovecot/new but RandomFakelist gets scanned for spam and if it passes, marked read and put in the inbox). > > I've seen things like: > > if exists "List-Id" { > if header :contains "List-Id" "dovecot.dovecot.org" { > fileinto "dovecot"; > } elsif header :co...