Got it...

That version had two issues:

1.  It would only use the config file if you explicitly explicitly call
for it to do so.  Otherwise it falls back to it's internal default
configuration.

2.  The internal default configuration was wrong and defaults to defer
on TempError.

So, I believe if you change:

main.cf
-------
smtpd_recipient_restrictions =
    ...
    warn_if_reject check_policy_service unix:private/policy-spf
    ...

to:

main.cf
-------
smtpd_recipient_restrictions =
    ...
    warn_if_reject check_policy_service unix:private/policy-spf 
/etc/python-policyd-spf/policyd-spf.conf
    ...

(all on one line) it will use the config file and these messages won't
get deferred.  These are both fixed in Hardy already.  You seem to have
hit the perfect storm of problems here.

** Also affects: pypolicyd-spf (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: pypolicyd-spf (Ubuntu)
   Importance: Undecided => Medium
       Status: New => Fix Released

-- 
python-policyd-spf failing on AOL SPF records.
https://bugs.launchpad.net/bugs/205254
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to