Advertisement
mattschwartz03

default.sieve

Jun 22nd, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # /etc/dovecot/sieve
  2. require ["fileinto", "envelope"];
  3. if address :is "to" "root@panther.blackcatenterprises.us" {
  4. keep;
  5. }elsif header :contains "X-Spam" "yes" {
  6. fileinto "Junk";
  7. } else {
  8. keep;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement