This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 191181 - Incorrect handling of encoding in Hg mail messages
Summary: Incorrect handling of encoding in Hg mail messages
Status: RESOLVED WONTFIX
Alias: None
Product: www
Classification: Unclassified
Component: Builds & Repositories (show other bugs)
Version: 7.0
Hardware: PC Linux
: P4 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-20 14:37 UTC by Jesse Glick
Modified: 2015-07-28 11:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2010-10-20 14:37:56 UTC
X-Amavis-Alert: BAD HEADER SECTION, Non-encoded 8-bit data (char C3 hex):
    From: Petr Nejedl\303\275 <pnejedly@net[...]
Subject: [hg] main-silver: #179116: Limit the position.
From: Petr Nejedlý <pnejedly@netbeans.org>
Content-Type: text/plain; charset="utf-8"

It seems that our notify_hg.py, forked from Hg's own notify.hg, fails to call mail.addressencode in subscribers.

Should probably fix notify_hg.py to make notifier subclass the normal version in notify.py and just add in its own special behaviors:

* read config from .hgmail in __init__
* match based on changelog path in subscribers