Wget recursive with query strings

I am recursively downloading the archive of our emaillist provider with wget, as our provider is shutting down the listserver soon.

The list is located at https://listserv.surfnet.nl/archives/umpm-bulletin.html

Now I cant make wget save the query-string part of the url, for example https://listserv.surfnet.nl/scripts/wa.cgi?A1=ind1008&L=umpm-bulletin

All it saves is umpm-bulletin.html

Any ideas how to overcome?I tried httrack too, but to no avail.

bump -> maybe something with curl?