]>
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 (from parent 1:
c3d55a5 )
*$ ^From:$RE_EXTRACT_HEADER_VALUE
{ FROM="$MATCH" }
*$ ^From:$RE_EXTRACT_HEADER_VALUE
{ FROM="$MATCH" }
+:0
+*$ FROM ?? ^\/${RE_NOT_SPACE}+@${RE_NOT_SPACE}+
+{ FROMEMAIL="$MATCH" }
+
+:0 E
+* FROM ?? ^.+ <\/[^>]+
+{ FROMEMAIL="$MATCH" }
+
+:0 E
+* FROM ?? ^.+ \(\/[^\)]+
+{ FROMEMAIL="$MATCH" }
+
# if $SENDER is undefined or not an email address, get it from the message
:0
* !SENDER ?? @
# if $SENDER is undefined or not an email address, get it from the message
:0
* !SENDER ?? @
- *$ FROM ?? ^\/${RE_NOT_SPACE}+@${RE_NOT_SPACE}+
- { SENDER="$MATCH" }
-
- :0 E
- * FROM ?? ^.+ <\/[^>]+
- { SENDER="$MATCH" }
-
- :0 E
- * FROM ?? ^.+ \(\/[^\)]+
- { SENDER="$MATCH" }
+ { SENDER="$FROMEMAIL" }
-* ? echo "$SENDER " | $EGREP -qif $CONF/undelayed-senders
+* ? echo "$FROMEMAIL " | $EGREP -qif $CONF/undelayed-senders
{
LOG="delay: do not delay mail from $SENDER$NL"
}
{
LOG="delay: do not delay mail from $SENDER$NL"
}
LOG="msgid: $MSGID
logfile: $THISLOGFILE_REL
date: $DATE (@$OURDATE)
LOG="msgid: $MSGID
logfile: $THISLOGFILE_REL
date: $DATE (@$OURDATE)
+from: $FROMEMAIL ($FROM)
original-to: $ORIGINAL_TO
subject: $SUBJECT$NL"
original-to: $ORIGINAL_TO
subject: $SUBJECT$NL"