mirror of
https://github.com/chillout2k/ExOTA-Milter.git
synced 2025-12-14 18:30:19 +00:00
Compare commits
No commits in common. "5ab956ea48b270cedcaecb39bef09ebc356f22c5" and "aaba82cd691c6f81b77a530f2fd96e088d6f7ead" have entirely different histories.
5ab956ea48
...
aaba82cd69
@ -36,7 +36,9 @@ class ExOTAPolicy():
|
|||||||
self.dkim_alignment_required = True
|
self.dkim_alignment_required = True
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return str(self.__dict__)
|
return "Tenant-ID={0}, DKIM={1}, DKIM-alignment-required={2}". format(
|
||||||
|
self.tenant_id, self.dkim_enabled, self.dkim_alignment_required
|
||||||
|
)
|
||||||
|
|
||||||
def get_tenant_id(self):
|
def get_tenant_id(self):
|
||||||
return self.tenant_id
|
return self.tenant_id
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user