From 8ecfdf9e75d85409edbbff1d077ef6742fdf3002 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Tue, 21 Aug 2007 18:10:15 +0200 Subject: [PATCH] save all ham to the spool --- procmail/procmailrc | 1 + procmail/spool | 9 +++++++++ procmail/spool-all | 2 -- 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 procmail/spool delete mode 100644 procmail/spool-all diff --git a/procmail/procmailrc b/procmail/procmailrc index 9a55625..372cb9b 100755 --- a/procmail/procmailrc +++ b/procmail/procmailrc @@ -38,6 +38,7 @@ INCLUDERC=$PMDIR/handlespam #INCLUDERC=$PMDIR/autoreplies INCLUDERC=$PMDIR/lurker +INCLUDERC=$PMDIR/spool INCLUDERC=$PMDIR/listquirks diff --git a/procmail/spool b/procmail/spool new file mode 100644 index 0000000..325fe7c --- /dev/null +++ b/procmail/spool @@ -0,0 +1,9 @@ +:0 c +{ + LOG="spool: saving message $MSGID to spool$NL" + TRAP + :0 + $BASE/.spool/ +} + +# vim:ft=procmail diff --git a/procmail/spool-all b/procmail/spool-all deleted file mode 100644 index 99f830b..0000000 --- a/procmail/spool-all +++ /dev/null @@ -1,2 +0,0 @@ -:0 c -$BASE/.spool/ -- 2.39.2