Skip to content

Commit

Permalink
feat: override max lookups from 10 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
niftylettuce committed Apr 1, 2020
1 parent 0101e3d commit 0a76271
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spfcheck2.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
import spf
import sys

# override max lookup from 10 to 20
# https://github.com/sdgathman/pyspf/blob/abc534e65ba55a9b61f1f809448a444242b83cce/spf.py#L253
spf.MAX_LOOKUP = 20

def main():
if len(sys.argv) != 4:
print('[' + os.path.basename(__file__) + '] invalid number of arguments.')
Expand Down

0 comments on commit 0a76271

Please sign in to comment.