On Wed, 16 Jan 2002, CertaintyTech - Ed Henderson wrote:

> 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.

That looks good, yeah.

I can't fine -anything- with windows-184 in Google. You sure you're not
seeing things? LOL ...

> 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.

I'm not sure if that would catch anything it shouldn't ... it is possible
that non-english versions of Windows software use stupid imaginary
windows-foo charsets, too.

-- 
Charlie Watts
[EMAIL PROTECTED]
Frontier Internet, Inc.
http://www.frontier.net/


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to