Merge ssh://marginata/home/gebner/etc

This commit is contained in:
Gabriel Ebner 2011-02-21 16:21:32 +01:00
commit 81446c796b
2 changed files with 1 additions and 17 deletions

View File

@ -5,7 +5,7 @@ ifeq "$(USER)" "gebner"
FILES += muttrc gnus.el FILES += muttrc gnus.el
XFILES = xsession XFILES = xsession
ifeq "$(shell hostname)" "www" ifeq "$(shell hostname)" "marginata"
FILES += procmailrc FILES += procmailrc
endif endif
endif endif

View File

@ -5,22 +5,6 @@ SHELL=/bin/dash
define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')') define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')')
# crm114
:0 f
| grep --text -v ^X-CRM114-Status:
:0 fw
| ~/bin/runcrm114 mailreaver.crm
:0
* ^X-CRM114-Status: SPAM
deliver(`spam')
:0
* ^X-CRM114-Status: UNSURE
deliver(`maybe-spam')
# Mailing lists # Mailing lists
define(`md_target', `procmailrc') define(`md_target', `procmailrc')