Browse Source

Merge pull request #1221 from octodns/spf-no-dep

SpfDnsLookupProcessor should not be deprecated, it's spf values too
pull/1224/head
Ross McFarland 1 year ago
committed by GitHub
parent
commit
e30d91783e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
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