From 76dcb8b118486c1c7a6d84bd027c66ddc35d7035 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 15 Jul 2009 09:37:52 -0400 Subject: Added my send_pgp_mime module to the project. This is a bit of a shameless plug, since there's not much motivation for encrypting bug emails. However, I've already written it, and it does send emails, so I'm using it ;). Perhaps some company will want to keep the bug submitter's contact information securely in a BE database. Anyhow, there's very little reason to _not_ use PGP, and the module certainly doesn't force you to encrypt anything. ;) --- interfaces/email/interactive/_procmailrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interfaces/email/interactive/_procmailrc') diff --git a/interfaces/email/interactive/_procmailrc b/interfaces/email/interactive/_procmailrc index 58beadb..a6de4fd 100644 --- a/interfaces/email/interactive/_procmailrc +++ b/interfaces/email/interactive/_procmailrc @@ -4,6 +4,8 @@ # # If you already have a ~/.procmailrc file, you probably only need to # insert the bug-email grabbing stanza in your ~/.procmailrc. +# +# This file is released to the Public Domain. MAILDIR=$HOME/be-mail LOGFILE=$MAILDIR/procmail.log -- cgit