]> git.madduck.net Git - etc/mailfilter.git/blobdiff - procmail/justme

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:

ensure that logfile filenames are < 255
[etc/mailfilter.git] / procmail / justme
index b174b3592a17a68039f8109e26a3b39041dc50eb..f414ac51357d62be3f0c9a82a77db2d273348620 100644 (file)
-VERBOSE=yes
-:0
+:0 H
+*$ MSGID ?? ^<.+@$RE_MYDOMAIN>
+{
+  JUSTME="from machine in my domain"
+  LOG="justme:      passing; $JUSTME$NL"
+#  SKIP_SPAMCHECKS=from-mydomain
+}
+
+:0 EH
+*$ ^(References|In-Reply-To):.*<.+@$RE_MYDOMAIN>
+{
+  JUSTME="in-reply-to/referenced"
+  LOG="justme:      passing; $JUSTME$NL"
+  SKIP_SPAMCHECKS=in-reply-to/referenced
+}
+
+:0 E
 * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-addresses
 {
-  :0 H
-  *$ MSGID ?? ^<.+@$RE_MYDOMAIN>
+  :0
+  * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-address-exceptions
+  {
+    JUSTME="explicitly excepted address"
+    LOG="justme:      passing; $JUSTME$NL"
+  }
+  
+  :0 E
+  *$ 1^0 B ?? .*\<$RE_FIRSTNAME$RE_SPACE_NEWLINE+$RE_LASTNAME\>
+  *$ 1^0 B ?? .*\<$RE_LASTNAME[,]?$RE_SPACE_NEWLINE*$RE_FIRSTNAME\>
   {
-    LOG="justme:      passing; from machine in my domain$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: from machine in my domain'
-    SKIP_SPAMCHECKS=from-mydomain
+    JUSTME="full name reference"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
-  :0 EH
-  *$ ^(References|In-Reply-To):.*<.+@$RE_MYDOMAIN>
+  :0 E
+  *$ B ?? .*\<$RE_LASTNAME\>
   {
-    LOG="justme:      passing; in-reply-to/referenced$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: in-reply-to/referenced'
-    SKIP_SPAMCHECKS=in-reply-to/referenced
+    JUSTME="last name reference"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
   :0 E
-  * ? echo "$ORIGINAL_TO" | $EGREP -qif $CONF/justme-address-exceptions
-  { 
-    LOG="justme:      passing; explicitly excepted address$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: in-reply-to/referenced'
+  *  1^0 B ?? .*\<madduck\>
+  * -1^0 B ?? mass\.madduck\.net
+  {
+    JUSTME="nickname reference"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
   :0 EBH
-  *$ 1^0 B ?? $RE_FIRSTNAME$RE_SPACE_NEWLINE+$RE_LASTNAME
-  *$ 1^0 B ?? $RE_LASTNAME[,]?$RE_SPACE_NEWLINE*$RE_FIRSTNAME
+  *$ ? $EGREP -qif $CONF/justme-keyword-exceptions
   {
-    LOG="justme:      passing; full name reference$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: full name reference'
+    JUSTME="keyword reference"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
-  :0 EBH
-  *$ B ?? $RE_LASTNAME
+  :0 E
+  * MSGID ?? ^<mailman
+  {
+    :0
+    * FROM ?? -request@
+    * SUBJECT ?? ^confirm [0-9a-f]+$
+    {
+      JUSTME="mailman confirmation"
+      LOG="justme:      passing; $JUSTME$NL"
+    }
+
+    :0 E
+    * FROM ?? -bounces@
+    * SUBJECT ?? ^You have been unsubscribed
+    {
+      JUSTME="mailman confirmation"
+      LOG="justme:      passing; $JUSTME$NL"
+    }
+
+    :0 E
+    * FROM ?? -bounces@
+    * SUBJECT ?? .+ mailing list reminder$
+    {
+      JUSTME="mailman password reminder"
+      LOG="justme:      passing; $JUSTME$NL"
+    }
+  }
+
+  :0 E
+  * FROM ?? ^[Mm]ajordomo@
+  * SUBJECT ?? ^Confirmation for
   {
-    LOG="justme:      passing; last name reference$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: last name reference'
+    JUSTME="majordomo confirmation"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
-  :0 EBH
-  *  1^0 B ?? madduck
-  * -1^0 B ?? mass\.madduck\.net
+  :0 E
+  * FROM ?? ^noreply@googlegroups\.com$
+  * SUBJECT ?? ^Google Groups: Please confirm
   {
-    LOG="justme:      passing; nickname reference$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: nickname reference'
+    JUSTME="googlegroups confirmation"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
-  :0 EBH
-  *$ ? $EGREP -qif $CONF/justme-keyword-exceptions
+  :0 E
+  * FROM ?? ^Yahoo! Groups <confirm-.+@yahoogroups\.com>$
+  * SUBJECT ?? ^Please confirm your request to join
   {
-    LOG="justme:      passing; keyword reference$NL"
-    :0 fw
-    |$FORMAIL -I'X-Justme: keyword reference'
+    JUSTME="yahoogroups confirmation"
+    LOG="justme:      passing; $JUSTME$NL"
   }
 
   :0 E
-  { 
+  * FROM ?? ^SmartList <.+-request@.+>
+  * SUBJECT ?? ^CONFIRM s[0-9]+$
+  {
+    JUSTME="smartlist confirmation"
+    LOG="justme:      passing; $JUSTME$NL"
+  }
+
+  :0 E
+  * FROM ?? ^Launchpad Email Validator <noreply@launchpad\.net>
+  * SUBJECT ?? ^Launchpad: Validate your email address$
+  {
+    JUSTME="launchpad validation"
+    LOG="justme:      passing; $JUSTME$NL"
+  }
+
+  :0 E
+  {
     LOG="justme:      discarding$NL"
-    :0
-    $DISCARD
+    SWITCHRC=$PMDIR/discard
   }
 }
 
-VERBOSE=no
 # vim:ft=procmail