Bug Tracker item #3592411, was opened at 2012-12-04 03:39
Message generated for change (Comment added) made by tomhendr
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=3592411&group_id=250683

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: webui
Group: v3.10.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Alex Prokofiev (alexpr2)
Assigned to: Nobody/Anonymous (nobody)
Summary: Encoded headers

Initial Comment:
This is the same as bug ID 3137120 (postponed and now closed), just updated for 
v.3.10.
I've added iconv check in configure.ac and re-encoding is now conditional - 
depends on iconv availability.

For autoconf stuff m4/iconv.m4 should be copied from glibc or gettext.

Just in case description from closed bug:

There are several problems (though minor) with emails with encoded headers:
- dspam only decodes headers in Base64 or QuotedPrintable, but ignores 
encoding, thus writes
data into logs in different charsets

- webui completely ignores encoded headers in Quarantine view and outputs 
whatever was written
into logs in History view.

Thus, for countries with many charsets (eg. Russia) its very difficult to view 
either Quarantine or History views - most Subjects and "From" lines are 
unreadable.

Attached patches convert everything into utf-8, thus solving this problems.

----------------------------------------------------------------------

>Comment By: Tom Hendrikx (tomhendr)
Date: 2012-12-28 14:39

Message:
I tested this and it does seem to work when iconv is available. However I
still have several issues:
- automake complains about missing config.rpath file. I ran into this when
trying to add iconv.m4 myself, but there seems to be no solution on google
for that, only questions, and workarounds (e.g. create an empty file).
- The iconv.m4 from gettext does not allow to disable iconv when it is
installed.

The second issue also means that I currently have no way to test if dspam
still works without using iconv.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1126467&aid=3592411&group_id=250683

------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to