diff options
author | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:37:52 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2009-07-15 09:37:52 -0400 |
commit | 76dcb8b118486c1c7a6d84bd027c66ddc35d7035 (patch) | |
tree | 544b75aad9e4e6c271c382ed3821a95a7514303e /interfaces/email/interactive/_procmailrc | |
parent | 2137b2606f7312d57f16365228adc6aac372de43 (diff) | |
download | bugseverywhere-76dcb8b118486c1c7a6d84bd027c66ddc35d7035.tar.gz |
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. ;)
Diffstat (limited to 'interfaces/email/interactive/_procmailrc')
-rw-r--r-- | interfaces/email/interactive/_procmailrc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |