]>
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:
bde9ad9 )
^X-Mailer: swaks v20[[:digit:].]+ jetmore\.org/john/code/#swaks$
^User-Agent: rss2email$
^X-madduck-test: yes$
^X-Mailer: swaks v20[[:digit:].]+ jetmore\.org/john/code/#swaks$
^User-Agent: rss2email$
^X-madduck-test: yes$
+^X-Original-To: [[:digit:]]+@tickle\.madduck\.net$
^To:.*\<ebay\.com@pobox\.madduck\.net\>
^To:.*\<paypal\.com-(us|de)@pobox\.madduck\.net\>
^To:.*\<myspace\.com@pobox\.madduck\.net\>
^To:.*\<ebay\.com@pobox\.madduck\.net\>
^To:.*\<paypal\.com-(us|de)@pobox\.madduck\.net\>
^To:.*\<myspace\.com@pobox\.madduck\.net\>
^To:.*\<immoscout24\.ch@pobox\.madduck\.net\>
^To:.*\<amazon\.com@pobox\.madduck\.net\>
^To:.*\<klarmobil.de@pobox\.madduck\.net\>
^To:.*\<immoscout24\.ch@pobox\.madduck\.net\>
^To:.*\<amazon\.com@pobox\.madduck\.net\>
^To:.*\<klarmobil.de@pobox\.madduck\.net\>
^From:.*\<installer@ftp-master\.debian\.org\>
^From:.*\<owner@bugs\.debian\.org\>
^From:.*\<swsupport@pimlicosoftware\.com\>
^From:.*\<installer@ftp-master\.debian\.org\>
^From:.*\<owner@bugs\.debian\.org\>
^From:.*\<swsupport@pimlicosoftware\.com\>
INCLUDERC=$PMDIR/handlespam
#INCLUDERC=$PMDIR/autoreplies
INCLUDERC=$PMDIR/handlespam
#INCLUDERC=$PMDIR/autoreplies
INCLUDERC=$PMDIR/lurker
INCLUDERC=$PMDIR/spool
INCLUDERC=$PMDIR/lurker
INCLUDERC=$PMDIR/spool
--- /dev/null
+:0
+* ORIGINAL_TO ?? ^[0-9]+@tickle\.madduck\.net$
+* ORIGINAL_TO ?? ^\/[0-9]+
+{
+ TICKLEDIR=$BASE/.tickle.$MATCH
+
+ :0
+ * ? test ! -d $TICKLEDIR/cur
+ {
+ LOG="tickle: received message outside tickle range: $MATCH$NL"
+
+ :0
+ $DISCARD
+ }
+
+ LOG="tickle: file message and tickle in $MATCH day(s)$NL"
+
+ :0
+ $TICKLEDIR/
+ TICKLEDIR
+}