> > > > Grrr. Since when is that an "accepted" character set? Stupid > windows. :-( > > > > Add it to lib/Mail/SpamAssassin/Locales.pm. > > > > I hate to encourage such nonsense in their choice of MUA, though ... > > > > -- > > Charlie Watts > > [EMAIL PROTECTED] > > Frontier Internet, Inc. > > http://www.frontier.net/ > > > > Will this one be added to v2.0 so that I don't have to worry > about adding it > again when I upgrade? > > Thanks, > Ed. > >
BTW, this is the line that I added: return 1 if ($cs =~ /^WINDOWS125/); + return 1 if ($cs =~ /^WINDOWS184/); return 1 if ($cs eq 'IBM852'); Is this correct for the "windows-184" character set? I noticed a windows-125. Perhaps is would be best to just have a general one that matches any beginning with "windows-". Something like: return 1 if ($cs =~ /^WINDOWS/); This would replace both the windows-125 and windows-184 above and would match any other variations that we don't know about. --- Ed. --- Ed. _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk