-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Comcast sending stupid report #6
Comments
The only way I see this working is to change the public class PolicyPublishedType {
[XmlElement("adkim", Form = XmlSchemaForm.Unqualified)]
public string Adkim { get; set; }
...
public AlignmentType? GetAdkimAlignment() {
doMagic();
}
...
} The Is it possible that the DNS record for the domain has an extra semicolon in it and that's causing the problem? |
I'd actually already written it that way, Which does work,
|
Closed in 5d2ab81 |
I've just had a new failure started popping up, I thought it was a temporary one, so ignored it, but they've sent again... So, now I have to fix it.
Really just leaving it here in case someone has a better idea or even a good idea, as I'm struggling to find a way to clean it for all future ways it can break,
Essentially they are sending an aspf with a value of "r;"
I was thinking perhaps I could try this for the validation
and then trim on the input, but I'm not sure that would work either.
I've had a quick 20 minute go at the bug, but it didn't play, I'll come back to it when it's a real problem, I'm just going to ignore it for now 😄
Example of Issue
The text was updated successfully, but these errors were encountered: