There's a slight mistake in the new ABNF: > header = "Authentication-Results:" [CFWS] authres-id CFWS > *([CFWS] ";" methodspec propspec ) > Drop the CFWS after "authres-id". Also, should there be a [CFWS] at the end, just so trailing whitespace doesn't render the header invalid?