X11: DKIM failure :: extra characters

Status
Not open for further replies.

muslimdo

Member
Messages
40
Reaction score
0
Points
6
I have been trying to get DKIM to work on x11 with zohomail.
I think the issue is its adding
  • bracket, space, quotation mark at beginning (and also at end, but in reverse)
  • Breaking up the code after a fixed number of alphanumeric characters (as replicated with a second selector)
As per screenshot.

It should parse as : (which the site accepts)
Code:
v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCd4W1Lri8zUnpYzIXvOmYHIVxumwaNBs/gKpGstltmLC8afgtO1x6zGrrfdMSgw5Cc2y2WEaCVcsgxNxcKdvhst3iSzF2cmKZL/VT95TKv0Z0l7Y0UBB+4EoNZmTcq1+iui7nf3CodJveU9PKv9/GUkICSxoS0J3PeHUZF5TBj8wIDAQAB

But instead parses as:
Code:
( "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCd4W1Lri8zUnpYzIXvOmYHIVxumwaNBs/gKpGstltmLC8afgtO1x6zGrrfdMSgw5Cc2y2WEaCVcsgxNxcKdvhst3iSzF2"
                    "cmKZL/VT95TKv0Z0l7Y0UBB+4EoNZmTcq1+iui7nf3CodJveU9PKv9/GUkICSxoS0J3PeHUZF5TBj8wIDAQAB" )

Help is appreciated.

Thanks
Screenshot_2020-02-12-22-24-17-485_com.android.browser.jpg
 
Last edited:
Status
Not open for further replies.
Top