Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spf_fetch returns IPs even if an SPF-record ist not set #7

Open
TomFernandes opened this issue Jun 13, 2020 · 1 comment
Open

spf_fetch returns IPs even if an SPF-record ist not set #7

TomFernandes opened this issue Jun 13, 2020 · 1 comment

Comments

@TomFernandes
Copy link

TomFernandes commented Jun 13, 2020

The expected behaviour was that zero IPs are returned.

Warm regards, Tom

tom@joko:~$ host -t TXT bild.de
bild.de descriptive text "MS=ms99535522"
bild.de descriptive text "QFpSE9bKoWuwVmDnsk9WcN2uDM+gd4XFp4U+KOUCJ/dZ6a2PymbU3qNhP8lsAMC0k2ClaLcBIjPCEDASk8XO6A=="
bild.de descriptive text "google-site-verification=0uD0nmX-Cw8fSCHOlf_TfTZRyXjOPNih1lRM3L1jC0Q"
bild.de descriptive text "google-site-verification=GIwP8nvMGCphDvQq77TEZC32YbjuCGwW4sSunpEYSlk"

tom@joko:~$ bash /tmp/spf_fetch bild.de
145.243.234.53
145.243.234.52
145.243.234.50
145.243.234.51
@sebrem
Copy link

sebrem commented Nov 29, 2020

I think that's desired behaviour, I just saw
-m Do not print MX records if server has no SPF records.
in the man page.

Kind regards

Sebastian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants