We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Something is quite wrong with the IETF data collection procees.
$ python bin/collect_mail.py -u https://www.ietf.org/mail-archive/text/dns-security/ ['2008-05.mail', '2008-06.mail', '2008-07.mail', '2008-08.mail', '2008-09.mail', '2008-10.mail', '2008-11.mail', '2008-12.mail']
So far so good, but then:
archives/dns-security/2008-09.mail (END)
So no data is getting collected.
The text was updated successfully, but these errors were encountered:
The mail collection script is downloading all the .mail files from this page:
https://www.ietf.org/mail-archive/text/dns-security/
But these .mail files are empty; the data is actually in the .txt files
Sorry, something went wrong.
This is likely related to the fact that dns-security is a deprecated working group
https://www.ietf.org/mail-archive/text/dns-security/dns-security.200003.txt
No branches or pull requests
Something is quite wrong with the IETF data collection procees.
So far so good, but then:
So no data is getting collected.
The text was updated successfully, but these errors were encountered: