procmailrc: changes for dovecot delivery on www.
This commit is contained in:
parent
8e8f098c97
commit
fe12ac40db
@ -1,17 +1,16 @@
|
|||||||
# vim:ft=m4:
|
# vim:ft=m4:
|
||||||
MAILDIR=$HOME/Mail
|
MAILDIR=$HOME/Maildir
|
||||||
#VERBOSE=on
|
#VERBOSE=on
|
||||||
SPOOL=INBOX
|
|
||||||
|
|
||||||
define(`deliver', `$1/')
|
define(`deliver', `.$1/')
|
||||||
|
|
||||||
# crm114
|
# crm114
|
||||||
|
|
||||||
:0 f
|
:0 f
|
||||||
| grep -v ^X-CRM114-Status:
|
| grep --text -v ^X-CRM114-Status:
|
||||||
|
|
||||||
:0 fw: .msgid.lock
|
:0 fw: .msgid.lock
|
||||||
| ~/build/myprefix/bin/runcrm114 mailreaver.crm
|
| ~/bin/runcrm114 mailreaver.crm
|
||||||
|
|
||||||
:0
|
:0
|
||||||
* ^X-CRM114-Status: SPAM
|
* ^X-CRM114-Status: SPAM
|
||||||
@ -27,4 +26,4 @@ define(`md_target', `procmailrc')
|
|||||||
include(`maildirs.m4')
|
include(`maildirs.m4')
|
||||||
|
|
||||||
:0
|
:0
|
||||||
deliver(`$SPOOL')
|
deliver(`')
|
||||||
|
Loading…
Reference in New Issue
Block a user