Gour re-released _mailfilterrc under GPLv2+ following Chris'
suggestion:
Date: Fri, 25 Jun 2010 14:23:46 -0400
From: Chris Ball
Subject: Re: [Be-devel] procmail & maildrop
...
As an aside, the Public Domain license on it is mildly concerning,
but I think I'm willing to take it anyway since it's just a
standalone file. There are guidelines against using Public Domain
declarations for software, because they have different meaning in
different areas, and some areas are even thought to deny disclaiming
"moral rights" like this; I've heard that France is in this
situation.
...
Seems reasonable, so I'm doing that for my _procmailrc too.
This also means that _mailfilterrc no longer needs to be in
update_copyright.IGNORED_FILES, so I removed it. Actually,
since it lackes a '^# Copyright' line, it never had to be
there in the first place. Lazy me ;).
+# Copyright
+
# .mailfilter
#
# see man maildrop, maildropfilter, and maildropex
#
# If you already have a ~/.mailfilterc file, you probably only need to
# insert the bug-email grabbing stanza in your ~/.mailfilter.
-#
-# This file is released under GPLv2+ license.
MAILDIR=$HOME/be-mail
LOGFILE=$MAILDIR/maildrop.log
+# Copyright
+
# .procmailrc
#
# see man procmail, procmailrc, and procmailex
#
# 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
IGNORED_PATHS = ['./.be/', './.bzr/', './build/']
-IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt', '_mailfilterrc']
+IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt']
def _strip_email(*args):
"""