Hello all,

I have just started doing some procmail charset rule testing, and
noticed that there are no such spamassassin rules.

Here is an example of my current procmail_illegal_charsets.rc test
rules:

:0 c
* ^Subject.*\?UTF-8\?
zzfilterS_utf-8

:0 c
* ^Subject.*\?koi8-r\?
zzfilterS_koi8-r

:0 c
* ^Content-Type.*UTF-8
zzfilterC_utf-8

:0 c
* ^Content-Type.*koi8-r
zzfilterC_koi8-r

:0 c
* ^Content-Type.*Windows-1251
zzfilterC_windows-1251

:0 c
* ^Content-Type.*Windows
zzfilterC_windows

:0 c
* ^Content-Type.*charset.*GB2312
zzfilterC_gb2312

----

I am aware there is a configuration option for spamassassin in local.cf
to specify what character sets are allowed or not, which may make such a
project not needed? Is the "ok_languages" configuration in local.cf
already taking care of this, or may it be a good idea to add a list of
all character sets and score them independently? 

Reply via email to