15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
# vim:ft=m4:
|
|
MAILDIR=$HOME/Maildir
|
|
SHELL=/bin/dash
|
|
#VERBOSE=on
|
|
|
|
define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')')
|
|
|
|
# Mailing lists
|
|
|
|
define(`md_target', `procmailrc')
|
|
include(`maildirs.m4')
|
|
|
|
:0
|
|
deliver(`INBOX')
|