github.com/rothskeller/wppsvr@v1.8.9/analyze/testdata/invalid/badquotedpr.yaml (about) 1 # Message with ill-formed quoted-printable content transfer encoding. 2 3 # Message being analyzed: 4 message: "From: kc6rsc@w1xsc.ampr.org\nTo: pkttue@w4xsc.ampr.org\nDate: Sun, 09 Jan 2022 20:00:00 -0800\nSubject: RSC-100P_R_Hello\nContent-Transfer-Encoding: quoted-printable\n\nThis line contains a ^C\x03 character, which is illegal in quoted-printable.\n" 5 6 # Analysis that should be stored: 7 stored: 8 deliveryTime: 2022-01-09T20:00:00-08:00 9 fromAddress: kc6rsc@w1xsc.ampr.org 10 summary: message could not be parsed 11 analysisREs: 12 - RFC-5322 13 - "quotedprintable: invalid"