ports/mail/py-spf-engine/files/patch-spf__engine_policydspfsupp.py
Yasuhiro Kimura f32e5a0b50 mail/py-spf-engine: Update to 3.0.3
* Since 3.0.0 spf-engine uses flit-core as build backend. So switch to
  use 'USE_PYTHON=pep517'.
* Add entry to UPDATING as default configuration file path of
  pyspf-milter has changed.

ChangeLog:	https://git.launchpad.net/spf-engine/tree/CHANGES?h=3.0.3
2023-02-27 10:45:15 +09:00

13 lines
562 B
Python

--- spf_engine/policydspfsupp.py.orig 2022-12-17 04:55:15 UTC
+++ spf_engine/policydspfsupp.py
@@ -49,8 +49,8 @@ defaultConfigData = {
'Mock' : False,
'Queue_ID' : True,
# For milter front end
- 'Socket': 'local:/run/pyspf-milter/pyspf-milter.sock',
- 'PidFile': '/run/pyspf-milter/pyspf-milter.pid',
+ 'Socket': 'local:/var/run/pyspf-milter/pyspf-milter.sock',
+ 'PidFile': '/var/run/pyspf-milter/pyspf-milter.pid',
'UserID': 'pyspf-milter',
'UMask': 7,
'InternalHosts': ['127.0.0.1'],