http://bugzilla.spamassassin.org/show_bug.cgi?id=3804
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |minor
Priority|P2 |P5
------- Additional Comments From [EMAIL PROTECTED] 2004-09-23 13:16 -------
This is frustrating - I specifically looked at the Texcat functionality to make
sure it was working before 3.0 came out, and never noticed that it was supposed
to produce an X-Languages header.
I am reducing the priority and severity of this. The effect is purely cosmetic,
as the rule hits the same but is missing the X-Languages informational header.
It appears to be a typo and the line should have said either
$self->{tag_data}->{LANGUAGES} = $self->{msg}->get_metadata("X-Languages");
or
$self->{tag_data}->{LANGUAGES} = $self->{msg}->{strings}->("X-Languages");
I tried to do svn blame PerMsgStatus.pm and svn appeared to just hang with no
output. Is there a trick to finding out the history of this line?
Would one of you lanuage experts say what's the difference between calling
get_metadata and using the {strings}-> syntax and why both are used in other
places in the code?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.