Comment 1 for bug 1963796

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

Thanks for taking the time to file this bug and try to make Ubuntu better.

After taking a look at the mentioned file (debian/etc/conf.d/20-policy_banks in the source package), it seems that you are right, this config has no effect since there is no definition of `$policy_bank{'WHITELIST'}`. In order to have something that would minimally work (not sure if this is the original expected behavior) we would need to add the following:

  $policy_bank{'WHITELIST'} = {
    bypass_spam_checks_maps => [1],
    spam_lovers_maps => [1],
  };

This is the snippet provided by upstream in the release notes. I am not a amavisd-new expert but I agree with your assessment.

I am marking this bug as Triaged, setting the importance to Medium and subscribing ubuntu-server.