MHonArc - Bugs: bug #42231, RFE: "mhonarc...
You are not allowed to post comments on this tracker with your current authentication level.
bug #42231: RFE: "mhonarc -noprintxcomments" could disable <!--X..--> comments in -single msgs
Submitter: | Greg Ercolano <erco> | ||
Submitted: | Tue 29 Apr 2014 07:23:16 AM UTC | ||
Category: | None | Severity: | 2 - Minor |
Priority: | 3 - Low | Item Group: | Feature Request |
Status: | Confirmed | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Operating System: | FreeBSD | Perl Version: | 5.008009 |
Component Version: | 2.6.18 | Fixed Release: |
Wed 30 Apr 2014 09:45:57 PM UTC, comment #1: |
Earl Hood <ehood>![]() |
Tue 29 Apr 2014 07:23:16 AM UTC, original submission:
It would be nice if the -noprintxcomments flag could
|
Greg Ercolano <erco> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2014-04-30 | ehood | Severity | 3 - Normal | ![]() |
2 - Minor |
Priority | 5 - Normal | ![]() |
3 - Low | ||
Status | None | ![]() |
Confirmed |
You can get the effect you want by just post processing
the mhonarc output. For example:
cat mesg.eml | mhonarc -single | perl -n -e 'print unless /^<!--X/;'
I agree that -noprintxcomments should have prevented the printing of the
comment declarations, but something like the above can be done in the
meantime if you need a solution now vs later.