Solutions Buy Download Information Partners Support Forum About us «Doctor Web» company news (RSS channel)
Under FreeBSD. The rules filter (RejectCondition) in the daemon does not function if Russian is used. What can be done?

Firstly, the rules should be set in the KOI8-R encoding only. Secondly, if a header (for example, Subject:), you want to filter is in 8bit (i.e. a breach of standard for mail, as it should be =?koi8-r?B?..?= or =?cp1251?Q?..?= encoded, i.e. encoding must be specified), it will be compared without encoding. Such messages (in 8bit) can also be blocked by the filter:

    RejectCondition Subject = "8bit"
Finally, the locale should be correctly set up for KOI8-R for a user under whose rights the daemon operates:

  1. 1. Add the following to /etc/login.conf (usually it already has):
        #
        # Russian Users Accounts. Setup proper environment variables.
        #
        russian:Russian Users Accounts:\
               :charset=KOI8-R:\
               :lang=ru_RU.KOI8-R:\
               :tc=default:
    
    For updating /etc/login.conf.db:
        # cap_mkdb /etc/login.conf
    
  2. Attribute drweb user to russian:
        # pw usermod drweb -L russian
    
  3. Sometimes it is necessary to add the following before the «case "$1" in» line in the daemon startup script:
        LC_ALL=ru_RU.KOI8-R
        export LC_ALL
    
  4. Restart the daemon

Back to F.A.Q.

   Support


  Important news
 
08.08 Signature database drw44400.vdb (drw43353.vdb, drw43354.vdb, drw43355.vdb, drw43356.vdb) re-released

25.07 Signature database drw44448.vdb (drw433am.vdb) re-released

23.07 Signature database drw44443.vdb (drw433ah.vdb) re-released

21.07 Signature database drw44449.vdb (drw433an.vdb) re-released

11.07 Corrected verson of Dr.Web SpIDer Guard 4.44 released


   My five cents
 
What is the screen size of your monitor?

12''
14''
15''
17''
19''
more than 19''
other



Doctor Web, Ltd. © 2008 Doctor Web, Ltd. - a Russian company developing and distributing Dr.Web® Anti-virus solutions.
Our customers can be found among home users from all regions of the world and in large enterprises, small companies and nationwide corporations. We thank all of them for support and long-term devotion to our product. State certificates and awards received by the Dr.Web Anti-virus, as well as the geography of our users are the best evidence of exceptional trust to the products created by the talented Russian programmers.