]>
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:
summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (parent:
cd89806 )
-^X-Mailer: swaks v20[[:digit:].]+(-dev)? jetmore\.org/john/code/#swaks$
^X-Original-To: [[:digit:]]+@tickle\.madduck\.net$
^To:.*\<ebay\.com@pobox\.madduck\.net\>
^To:.*\<paypal\.com-(us|de)@pobox\.madduck\.net\>
^X-Original-To: [[:digit:]]+@tickle\.madduck\.net$
^To:.*\<ebay\.com@pobox\.madduck\.net\>
^To:.*\<paypal\.com-(us|de)@pobox\.madduck\.net\>
--- /dev/null
+^X-Mailer: swaks v20[[:digit:].]+(-dev)? jetmore\.org/john/code/#swaks$
+^X-madduck-test: yes$
--- /dev/null
+:0 BH
+* ? $EGREP -qif $CONF/test-messages
+{
+ LOG="flag-test: flagging test message $MSGID$NL"
+ MSG_TEST=match
+ SPAM_UNKNOWN=test-message
+ SKIP_SPAMCHECKS=test-message
+}
INCLUDERC=$PMDIR/logging
INCLUDERC=$PMDIR/msgid-index
INCLUDERC=$PMDIR/logging
INCLUDERC=$PMDIR/msgid-index
+INCLUDERC=$PMDIR/flag-test-messages
+
INCLUDERC=$PMDIR/dejavu
INCLUDERC=$PMDIR/cleanup
INCLUDERC=$PMDIR/eqdomains
INCLUDERC=$PMDIR/dejavu
INCLUDERC=$PMDIR/cleanup
INCLUDERC=$PMDIR/eqdomains
{
LOG="spool: saving message $MSGID to spool$NL"
TRAP
{
LOG="spool: saving message $MSGID to spool$NL"
TRAP
+* MSG_TEST ?? .
+{ LOG="spool: not saving test message to spool$NL" }
+
+:0 E
+*$ $MSG_DEJAVU
{ LOG="spool: not saving resubmitted message to spool$NL" }
# vim:ft=procmail
{ LOG="spool: not saving resubmitted message to spool$NL" }
# vim:ft=procmail
:0
* ORIG_DOMAIN ?? ^(mass|r2e)\.madduck\.net$
:0
* ORIG_DOMAIN ?? ^(mass|r2e)\.madduck\.net$
{
LOG="gmail: archiving message $MSGID with gmail$NL"
SENDMAILFLAGS="$SENDMAILFLAGS -f $ID"
{
LOG="gmail: archiving message $MSGID with gmail$NL"
SENDMAILFLAGS="$SENDMAILFLAGS -f $ID"
+ * MSG_TEST ?? .
+ { LOG="gmail: not archiving message test message with gmail$NL" }
+
+ :0 E
+ *$ $MSG_DEJAVU
{ LOG="gmail: not archiving message resubmitted message with gmail$NL" }
}
{ LOG="gmail: not archiving message resubmitted message with gmail$NL" }
}