WIP: Detect attempts to add duplicate RR into DNS messages
Deckard is using DNS python library to construct DNS messages. The library automatically detects attempt to add duplicate RR into RRset and silently merges the two.
Now the code detects this unsupported operation and refuses to load the entry. Tests which use duplicate RRs have to be re-written using RAW method.