X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/4b042b91f8b7bcec952b1325e8eeeecff557eb22..a3ee3c50317dcb2aa2b0041ee8c050d35220ff8b:/procmail/spool

diff --git a/procmail/spool b/procmail/spool
index 1463366..128ba44 100644
--- a/procmail/spool
+++ b/procmail/spool
@@ -3,7 +3,7 @@
 * ! MSG_TEST ?? .
 * ! IS_SPAM ?? .
 {
-  LOG="spool:       saving message $MSGID to spool$NL"
+  LOG="spool:       saving message $MSGID$NL"
   TRAP
   :0
   $BASE/.spool/
@@ -11,10 +11,10 @@
 
 :0 E
 * MSG_TEST ?? .
-{ LOG="spool:       not saving test message to spool$NL" }
+{ LOG="spool:       not saving test message$NL" }
 
 :0 E
 *$ $MSG_DEJAVU
-{ LOG="spool:       not saving resubmitted message to spool$NL" }
+{ LOG="spool:       not saving resubmitted message$NL" }
 
 # vim:ft=procmail