add matching for postfix
Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
parent
431944fb51
commit
a69a70a411
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
||||||
PROCMAILRC=~/.procmailrc
|
PROCMAILRC=~/.procmailrc
|
||||||
MUTT_MAILBOXES=~/.mutt/mailboxes
|
MUTT_MAILBOXES=~/.mutt/mailboxes
|
||||||
MUTT_HEADERS=~/.mutt/hooks
|
MUTT_HEADERS=~/.mutt/hooks
|
||||||
PROCMAIL_MATCH='(^TO|^Delivered-To: )' # email after that
|
#PROCMAIL_MATCH='(^TO|^Delivered-To: )' # email after that
|
||||||
|
PROCMAIL_MATCH='(^TO|^X-Original-To: )' # email after that
|
||||||
|
|
||||||
echo generating new mutt and new procmailentry
|
echo generating new mutt and new procmailentry
|
||||||
read -p "To Email: " email
|
read -p "To Email: " email
|
||||||
|
|
Loading…
Reference in a new issue