Browse Source

SpfDnsLookupProcessor should not be deprecated, it's spf values too

pull/1221/head
Ross McFarland 1 year ago
parent
commit
028f1ce05f
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      octodns/processor/spf.py

+ 0
- 5
octodns/processor/spf.py View File

@ -10,7 +10,6 @@ from dns.resolver import Answer
from octodns.record.base import Record
from ..deprecation import deprecated
from .base import BaseProcessor, ProcessorException
@ -56,10 +55,6 @@ class SpfDnsLookupProcessor(BaseProcessor):
def __init__(self, name):
self.log.debug(f"SpfDnsLookupProcessor: {name}")
deprecated(
'SpfDnsLookupProcessor is DEPRECATED in favor of the version relocated into octodns-spf and will be removed in 2.0',
stacklevel=99,
)
super().__init__(name)
def _get_spf_from_txt_values(


Loading…
Cancel
Save