I would like to set up some test cases related to
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8213

Can someone please set up a subdomain of spamassassin.org with TXT records that includes one that looks like a reasonable SPF record and a bunch of other TXT so that the total number of bytes in a reply to a query for TXT is more than 1500?

A reasonable SPF record could be

TXT "v=spf1 include:dnsbltest.spamassassin.org -all"

I guess setting up another 20 TXT records each 75 random characters long with that 46 character SPF record somewhere in the last five would do it.


The example that I have been using to reproduce the issue is 53.com which as you can see from

dig 53.com TXT @1.1.1.1

has 20 TXT records with a total size in the reply packet of 1545

If this ends up getting fixed and we want to have an actual regression test for it, I don't think it would be good to have the test hit a real site like 53.com.

Thanks,

 Sidney

Reply via email to