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.
3 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-addresses
6 *$ MSGID ?? ^<.+@$RE_MYDOMAIN>
8 LOG="justme: passing; from machine in my domain$NL"
10 |$FORMAIL -I'X-Justme: from machine in my domain'
11 SKIP_SPAMCHECKS=from-mydomain
15 *$ ^(References|In-Reply-To):.*<.+@$RE_MYDOMAIN>
17 LOG="justme: passing; in-reply-to/referenced$NL"
19 |$FORMAIL -I'X-Justme: in-reply-to/referenced'
20 SKIP_SPAMCHECKS=in-reply-to/referenced
24 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-address-exceptions
26 LOG="justme: passing; explicitly excepted address$NL"
28 |$FORMAIL -I'X-Justme: in-reply-to/referenced'
32 *$ 1^0 B ?? $RE_FIRSTNAME$RE_SPACE_NEWLINE+$RE_LASTNAME
33 *$ 1^0 B ?? $RE_LASTNAME[,]?$RE_SPACE_NEWLINE*$RE_FIRSTNAME
35 LOG="justme: passing; full name reference$NL"
37 |$FORMAIL -I'X-Justme: full name reference'
43 LOG="justme: passing; last name reference$NL"
45 |$FORMAIL -I'X-Justme: last name reference'
50 * -1^0 B ?? mass\.madduck\.net
52 LOG="justme: passing; nickname reference$NL"
54 |$FORMAIL -I'X-Justme: nickname reference'
58 *$ ? $EGREP -qif $CONF/justme-keyword-exceptions
60 LOG="justme: passing; keyword reference$NL"
62 |$FORMAIL -I'X-Justme: keyword reference'
67 LOG="justme: discarding$NL"