Displaying 2 results from an estimated 2 matches for "mailhandling".
2007 Jun 07
2
procmail, and the care and feeding of mailing list content received
...new .procmail]$ cat ~/.procmail/killfilerc
#
# mark them
:0fh
^ *List-Id:.*centos\.centos\.org
^ *Subject:.*CentOS Based Linux Firewall Document
*!^X-brand
| formail -A "X-brand: killfile "
# and dump them
:0 w
* ^X-brand: killfile
/dev/null
3. Integrate it in mailhandling; a fragment from:
/home/herrold/.procmailrc
# easy drops
INCLUDERC=$HOME/.procmail/killfilerc
-----------------------------------
easy enough to save 'caught' pieces to a file, rather than
devnull until you are certain collateral damage has not been
induced; see the procmail m...
2011 Sep 14
1
Hitting 500 status code on invalid UTF-8 byte sequence in params
Hello Core,
Background: with Redmine-1.2 on Rails-2.3.11 we''re experiencing a "500
Internal Server Error" every time a mail with invalid UTF-8 byte
sequence is hitting the MailHandler (the exception comes from the DB
complaining about invalid string in the INSERT statement.)
Since we do care about internal errors we''ve installed
exception_notification plugin and this