]> git.madduck.net Git - etc/mailfilter.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

do not filter log files of spaces and procmail messages for now
authormartin f. krafft <madduck@madduck.net>
Sun, 26 Aug 2007 19:52:06 +0000 (21:52 +0200)
committermartin f. krafft <madduck@madduck.net>
Sun, 26 Aug 2007 19:52:06 +0000 (21:52 +0200)
procmail/logging

index 516049d20151ef524611662568365eba9adc7b39..d683e4933bfb486dbf43f5ffbb3c5fba907d25d0 100644 (file)
@@ -22,6 +22,6 @@ subject:     $SUBJECT$NL"
 
 TRAP="echo \"delivered:   \${LASTFOLDER#$BASE/}\" >> '$THISLOGFILE';
       echo >> '$THISLOGFILE';
-      egrep -v '^(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE"
+      egrep -v '^XX(procmail:)?[[:space:]\"]' '$THISLOGFILE' >> $MASTERLOGFILE"
 
 #VERBOSE=yes