http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4908
Summary: fix t/gtube.t to function in all languages, etc
Product: Spamassassin
Version: 3.1.1
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Regression Tests
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
t/gtube.t was originally looking simply for the string "GTUBE" in the result
email, which triggers
whether or not the rule runs/exists. So the test was changed to look for the
rule description ("BODY:
Generic Test for Unsolicited Bulk Email"), which works fine, unless LANG is set
to something that has a
localized version of the description. ie:
env LANG=pl_PL t/gtube.t
gets:
1000 GTUBE BODY: Og?lny test na Niepo??dane Przesy?ki Email
which obviously won't match.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.