From: martin f. krafft Date: Tue, 25 Sep 2007 12:38:48 +0000 (+0200) Subject: let googlegroups confirmations pass justme X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/e1d90df1eaecda8accd3c8117756c33a926b359c let googlegroups confirmations pass justme --- diff --git a/procmail/justme b/procmail/justme index 578cc4a..3d5f6fc 100644 --- a/procmail/justme +++ b/procmail/justme @@ -84,6 +84,15 @@ LOG="justme: passing; $JUSTME$NL" } + :0 E + * FROM ?? ^noreply@googlegroups\.com$ + * ORIGINAL_TO ?? ^[^=]+=[^@]+@mass\.madduck\.net$ + * SUBJECT ?? ^Google Groups: Please confirm + { + JUSTME="googlegroups confirmation" + LOG="justme: passing; $JUSTME$NL" + } + :0 E { LOG="justme: discarding$NL"