Update procmailrc so it redirects spam to a spam folder
This commit is contained in:
parent
4c327333c9
commit
c7acc926a7
1 changed files with 6 additions and 1 deletions
|
@ -10,6 +10,11 @@ DROPPRIVS=yes
|
|||
#* ^TO.*your_login_name@your.domain.*
|
||||
#! your_logname@other.domain
|
||||
|
||||
# Add everything to the inbox
|
||||
# Add spam to spam folder
|
||||
:0:
|
||||
* ^X-Spam-Status: Yes
|
||||
$HOME/Mail/spam
|
||||
|
||||
# Add everything else to the inbox
|
||||
:0
|
||||
$INBOX
|
||||
|
|
Loading…
Reference in a new issue