2008-03-16 21:02:24 +00:00
|
|
|
# vim:ft=m4:
|
2008-03-19 14:36:01 +00:00
|
|
|
MAILDIR=$HOME/Maildir
|
2008-11-07 12:10:03 +00:00
|
|
|
SHELL=/bin/dash
|
2008-03-16 21:02:24 +00:00
|
|
|
#VERBOSE=on
|
|
|
|
|
2008-06-22 10:20:52 +00:00
|
|
|
define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')')
|
2008-03-16 21:02:24 +00:00
|
|
|
|
|
|
|
# Mailing lists
|
|
|
|
|
|
|
|
define(`md_target', `procmailrc')
|
|
|
|
include(`maildirs.m4')
|
|
|
|
|
|
|
|
:0
|
2008-06-22 10:20:52 +00:00
|
|
|
deliver(`INBOX')
|