From: martin f. krafft Date: Sun, 1 Mar 2009 19:22:58 +0000 (+0100) Subject: pass launchpad validation emails through justme X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/85171c57cf8d29527f4c7961ac276b38c301047a pass launchpad validation emails through justme --- diff --git a/procmail/justme b/procmail/justme index 8e62a96..09c188f 100644 --- a/procmail/justme +++ b/procmail/justme @@ -110,6 +110,15 @@ LOG="justme: passing; $JUSTME$NL" } + :0 E + * FROM ?? ^Launchpad Email Validator + * ORIGINAL_TO ?? ^[^=]+=[^@]+@mass\.madduck\.net$ + * SUBJECT ?? ^Launchpad: Validate your email address$ + { + JUSTME="launchpad validation" + LOG="justme: passing; $JUSTME$NL" + } + :0 E { LOG="justme: discarding$NL"