diff --git a/html/disable.spam.virus.scanning.for.outgoing.mails-zh_CN.html b/html/disable.spam.virus.scanning.for.outgoing.mails-zh_CN.html index e3cd6fb8..8e2658b0 100644 --- a/html/disable.spam.virus.scanning.for.outgoing.mails-zh_CN.html +++ b/html/disable.spam.virus.scanning.for.outgoing.mails-zh_CN.html @@ -29,8 +29,8 @@
  • bypass_header_checks_maps
  • bypass_banned_checks_maps
  • -

    这些设置可以添加到 $policy_bank{'MYUSERS'} 配置里。例如:

    -
    $policy_bank{'MYUSERS'} = {
    +

    这些设置可以添加到 $policy_bank{'ORIGINATING'} 配置里。例如:

    +
    $policy_bank{'ORIGINATING'} = {
         [...此处省略其它配置参数...]
     
         # 不执行垃圾扫描、病毒扫描、邮件头检测
    diff --git a/zh_CN/howto/2-disable.spam.virus.scanning.for.outgoing.mails.md b/zh_CN/howto/2-disable.spam.virus.scanning.for.outgoing.mails.md
    index 721091d2..a114fc2c 100644
    --- a/zh_CN/howto/2-disable.spam.virus.scanning.for.outgoing.mails.md
    +++ b/zh_CN/howto/2-disable.spam.virus.scanning.for.outgoing.mails.md
    @@ -9,10 +9,10 @@
     * bypass_header_checks_maps
     * bypass_banned_checks_maps
     
    -这些设置可以添加到 `$policy_bank{'MYUSERS'}` 配置里。例如:
    +这些设置可以添加到 `$policy_bank{'ORIGINATING'}` 配置里。例如:
     
     ```perl
    -$policy_bank{'MYUSERS'} = {
    +$policy_bank{'ORIGINATING'} = {
         [...此处省略其它配置参数...]
     
         # 不执行垃圾扫描、病毒扫描、邮件头检测