]>
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:
a45c47a )
# message-id
INCLUDERC=$PMDIR/get-msgid
# message-id
INCLUDERC=$PMDIR/get-msgid
+:0
+*$ ^From:$RE_EXTRACT_HEADER_VALUE
+{ FROM="$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 ?? @
-*$ ^Sender:$RE_EXTRACT_HEADER_VALUE
-{ SENDER="$MATCH" }
+{
+ :0
+ *$ ^Sender:$RE_EXTRACT_HEADER_VALUE
+ { SENDER="$MATCH" }
+
+ :0 E
+ *$ FROM ?? ^\/${RE_NOT_SPACE}+@${RE_NOT_SPACE}+
+ { SENDER="$MATCH" }
+
+ :0 E
+ * FROM ?? ^.+ <\/[^>]+
+ { SENDER="$MATCH" }
+
+ :0 E
+ * FROM ?? ^.+ \(\/[^\)]+
+ { SENDER="$MATCH" }
+}
:0
*$ ^Date:$RE_EXTRACT_HEADER_VALUE
{ DATE="$MATCH" }
:0
*$ ^Date:$RE_EXTRACT_HEADER_VALUE
{ DATE="$MATCH" }
-:0
-*$ ^From:$RE_EXTRACT_HEADER_VALUE
-{ FROM="$MATCH" }
-
:0
*$ ^Subject:$RE_EXTRACT_HEADER_VALUE
{
:0
*$ ^Subject:$RE_EXTRACT_HEADER_VALUE
{
logfile: $THISLOGFILE_REL
date: $DATE (@$OURDATE)
from: $FROM
logfile: $THISLOGFILE_REL
date: $DATE (@$OURDATE)
from: $FROM
original-to: $ORIGINAL_TO
subject: $SUBJECT$NL"
original-to: $ORIGINAL_TO
subject: $SUBJECT$NL"