diff options
-rw-r--r-- | interfaces/email/interactive/_mailfilterrc | 4 | ||||
-rw-r--r-- | interfaces/email/interactive/_procmailrc | 4 | ||||
-rwxr-xr-x | update_copyright.py | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/interfaces/email/interactive/_mailfilterrc b/interfaces/email/interactive/_mailfilterrc index c47963b..303ae0a 100644 --- a/interfaces/email/interactive/_mailfilterrc +++ b/interfaces/email/interactive/_mailfilterrc @@ -1,11 +1,11 @@ +# 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 diff --git a/interfaces/email/interactive/_procmailrc b/interfaces/email/interactive/_procmailrc index d42c0cf..639fd7c 100644 --- a/interfaces/email/interactive/_procmailrc +++ b/interfaces/email/interactive/_procmailrc @@ -1,11 +1,11 @@ +# 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 diff --git a/update_copyright.py b/update_copyright.py index ba8388a..2490ba9 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -70,7 +70,7 @@ EXCLUDES = [ IGNORED_PATHS = ['./.be/', './.bzr/', './build/'] -IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt', '_mailfilterrc'] +IGNORED_FILES = ['COPYING', 'update_copyright.py', 'catmutt'] def _strip_email(*args): """ |