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.
2 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-addresses
5 *$ MSGID ?? ^<.+@$RE_MYDOMAIN>
7 LOG="justme: passing; from machine in my domain$NL"
9 |$FORMAIL -I'X-Justme: from machine in my domain'
10 SKIP_SPAMCHECKS=from-mydomain
14 *$ ^(References|In-Reply-To):.*<.+@$RE_MYDOMAIN>
16 LOG="justme: passing; in-reply-to/referenced$NL"
18 |$FORMAIL -I'X-Justme: in-reply-to/referenced'
19 SKIP_SPAMCHECKS=in-reply-to/referenced
23 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-address-exceptions
25 LOG="justme: passing; explicitly excepted address$NL"
27 |$FORMAIL -I'X-Justme: in-reply-to/referenced'
31 *$ 1^0 B ?? $RE_FIRSTNAME$RE_SPACE_NEWLINE+$RE_LASTNAME
32 *$ 1^0 B ?? $RE_LASTNAME[,]?$RE_SPACE_NEWLINE*$RE_FIRSTNAME
34 LOG="justme: passing; full name reference$NL"
36 |$FORMAIL -I'X-Justme: full name reference'
42 LOG="justme: passing; last name reference$NL"
44 |$FORMAIL -I'X-Justme: last name reference'
49 * -1^0 B ?? mass\.madduck\.net
51 LOG="justme: passing; nickname reference$NL"
53 |$FORMAIL -I'X-Justme: nickname reference'
57 *$ ? $EGREP -qif $CONF/justme-keyword-exceptions
59 LOG="justme: passing; keyword reference$NL"
61 |$FORMAIL -I'X-Justme: keyword reference'
66 LOG="justme: discarding$NL"