[ZendTo] Upgrade Not Working
jules at zend.to
jules at zend.to
Mon Nov 7 09:47:49 GMT 2022
Good. At that point I'm happy to declare it a Microsoft bug, not mine. :)
Cheers,
Jules.
On 04/11/2022 5:39 pm, Jose M. Sanchez wrote:
>
> If it helps, I tested this with on premise Exchange OWA and we are not
> seeing the same issue.
>
> Thank you
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows
>
> *From: *Julian Field via ZendTo <mailto:zendto at zend.to>
> *Sent: *Friday, November 4, 2022 6:19 AM
> *To: *ZendTo Users <mailto:zendto at zend.to>
> *Cc: *jules at zend.to
> *Subject: *Re: [ZendTo] Upgrade Not Working
>
> Hi Mark,
>
> I just checked the template
> (/opt/zendto/templates/dropoff_email_html.tpl) and it is supposed to
> hex-encode the email address to make it a bit harder for things
> scraping your email to pull the address out and sell it.
>
> It's on line 16 of that file.
>
> Though Exchange Online should be perfectly capable of displaying it
> correctly, everything else seems to show it fine. Sounds like a
> (hopefully temporary) bug in Exchange Online. It should be perfectly
> okay to URL-encode (i.e. hex encode with % signs) a mailto: URL address.
>
> Anyone else seeing this problem on any other email clients?
>
> Cheers,
> Jules.
>
> On 04/11/2022 9:52 am, Sangster, Mark via ZendTo wrote:
>
> It like it was meant to be this:
>
> 1. <a href=”mailto:email” <mailto:email”>>email</a>
>
> But turned out as this:
>
> 2. [mailto:hex_encoded_email_address
> <mailto:hex_encoded_email_address>]email_address
>
> Most strange
>
> Mark
>
> *From:* ZendTo <zendto-bounces at zend.to>
> <mailto:zendto-bounces at zend.to> *On Behalf Of *Michael Imlay via
> ZendTo
> *Sent:* 03 November 2022 15:35
> *To:* Jules Field <Jules at Zend.To> <mailto:Jules at Zend.To>; ZendTo
> Users <zendto at zend.to> <mailto:zendto at zend.to>
> *Cc:* Michael Imlay <it at dellconsultingllc.com>
> <mailto:it at dellconsultingllc.com>
> *Subject:* Re: [ZendTo] Upgrade Not Working
>
> CAUTION: External email. Ensure this message is from a trusted
> source before clicking links/attachments.
>
> I’m running Zend.To completely standalone, it’s not connected to
> AD/LDAP. It’s using the internal database, so when I create users,
> I SSH to Zend.To and create them manually via the commands.
>
> It appears correctly in Outlook for Desktop, but in OWA (Exchange
> Online) it shows up incorrectly so it doesn’t appear to be a
> Zend.To issue, but moreso a Microsoft O365/OWA issue.
>
> Michael Imlay
>
> DELL LOGO
>
> Michael Imlay
>
> Information Technology
>
> 129 East Government Street
>
> Pensacola, FL 32502
>
> Direct: 850-332-2084
> Office: 850-332-5687 x117
>
> IT at DellConsultingLLC.com
>
> This email and any files transmitted with it may contain
> PRIVILEGED or CONFIDENTIAL information and may be read or used
> only by the intended recipient. If you are not the intended
> recipient of the email or any of its attachments, please be
> advised that you have received this email in error and that any
> use, dissemination, distribution, forwarding, printing, or copying
> of this email or any attached files is strictly prohibited. If you
> have received this email in error, please immediately purge it and
> all attachments and notify the sender by reply email or contact
> the sender at the number listed.
>
> *From:* Jules Field <Jules at Zend.To>
> *Sent:* Thursday, November 3, 2022 10:30 AM
> *To:* Michael Imlay <it at dellconsultingllc.com>; ZendTo Users
> <zendto at zend.to>
> *Subject:* Re: [ZendTo] Upgrade Not Working
>
> Michael,
>
> Something is URL-encoding it. Where is it pulling your email
> address from? The URL-encoded stuff is another copy of your email
> address, which shouldn't be there.
>
> I've certainly never seen ZendTo do this before. If you're pulling
> this from LDAP or AD, check the "mail" attribute for your LDAP/AD
> record.
>
> Cheers,
> Jules.
>
> On 03/11/2022 3:13 pm, Michael Imlay wrote:
>
> One last question. Any idea why my e-mail address is showing
> in this odd format when sending to a recipient?
>
> This is an automated message sent to you by the SecureFile
> service.
>
> Michael Imlay
> <[mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d
> <mailto:%69%74%40%64%65%6c%6c%63%6f%6e%73%75%6c%74%69%6e%67%6c%6c%63%2e%63%6f%6d>]it at dellconsultingllc.com>
> has dropped off a file for you.
>
> *IF YOU TRUST THE SENDER* and are expecting to receive a file
> from them, you may choose to retrieve the drop-off by clicking
> the following link (or copying and pasting it into your web
> browser):
>
> Michael Imlay
>
> DELL LOGO
>
> Michael Imlay
>
> Information Technology
>
> 129 East Government Street
>
> Pensacola, FL 32502
>
> Direct: 850-332-2084
> Office: 850-332-5687 x117
>
> IT at DellConsultingLLC.com
>
> This email and any files transmitted with it may contain
> PRIVILEGED or CONFIDENTIAL information and may be read or used
> only by the intended recipient. If you are not the intended
> recipient of the email or any of its attachments, please be
> advised that you have received this email in error and that
> any use, dissemination, distribution, forwarding, printing, or
> copying of this email or any attached files is strictly
> prohibited. If you have received this email in error, please
> immediately purge it and all attachments and notify the sender
> by reply email or contact the sender at the number listed.
>
> *From:* jules at zend.to <jules at zend.to> <mailto:jules at zend.to>
> *Sent:* Thursday, November 3, 2022 9:31 AM
> *To:* ZendTo Users <zendto at zend.to> <mailto:zendto at zend.to>
> *Cc:* Michael Imlay <it at dellconsultingllc.com>
> <mailto:it at dellconsultingllc.com>
> *Subject:* Re: [ZendTo] Upgrade Not Working
>
> Michael,
>
> You also need to run
> /opt/zendto/bin/upgrade
> to import any new preferences into your config files.
> After that, thump Refresh in your browser and you should see
> the new version number.
>
> Cheers,
> Jules.
>
> On 03/11/2022 2:26 pm, Michael Imlay via ZendTo wrote:
>
> I ran through the upgrade script using the YUM command and
> rebooted the server, but it still shows we’re running
> 6.11-2 instead of 6.13-3. There were no failures when the
> update command was ran and after the reboot, I ran the
> command again and it’s showing no packages marked for
> upgrades. Any suggestions?
>
> Thanks,
>
> Michael Imlay
>
> DELL LOGO
>
> Michael Imlay
>
> Information Technology
>
> 129 East Government Street
>
> Pensacola, FL 32502
>
> Direct: 850-332-2084
> Office: 850-332-5687 x117
>
> IT at DellConsultingLLC.com
>
> This email and any files transmitted with it may contain
> PRIVILEGED or CONFIDENTIAL information and may be read or
> used only by the intended recipient. If you are not the
> intended recipient of the email or any of its attachments,
> please be advised that you have received this email in
> error and that any use, dissemination, distribution,
> forwarding, printing, or copying of this email or any
> attached files is strictly prohibited. If you have
> received this email in error, please immediately purge it
> and all attachments and notify the sender by reply email
> or contact the sender at the number listed.
>
>
>
>
> _______________________________________________
>
> ZendTo mailing list
>
> ZendTo at zend.to
>
> http://jul.es/mailman/listinfo/zendto <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fjul.es%2Fmailman%2Flistinfo%2Fzendto&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7C93b7f00f4a544e5b54b708dabdb0fc44%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638030865090179387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=gGcsQixW%2BXxvNOwZLlPBUVBe%2FbGL3xr5B9Lubhk4tJA%3D&reserved=0>
>
>
>
>
> Jules
>
>
>
> --
>
> Julian Field MEng CEng CITP MBCS MIEEE MACM
>
>
>
> 'If I be the first of us to die,
>
> Let grief not blacken long your sky.
>
> Be bold yet modest in your grieving.
>
> There is change but not a leaving.
>
>
>
> For just as death is part of life,
>
> The dead live on forever in the living.
>
> For all the gathered riches of our journey,
>
> The moments shared, the mysteries explored,
>
> The steady layer of intimacy stored.
>
>
>
> The things that made us laugh or weep or sing,
>
> The joy of sunlit snow or first unfurling of the spring,
>
> The wordless language of look and touch,
>
> The knowing, each giving and each taking,
>
> These are not flowers that fade,
>
> Nor trees that fall and crumble.
>
>
>
> Nor are they stone,
>
> For even stone cannot the wind and rain withstand
>
> And mighty mountain peaks in time reduce to sand.
>
> What we were, we are.
>
> What we had, we have.
>
> A conjoined past imperishably present.
>
>
>
> So when you walk the woods where once we walked together
>
> And scan in vain the dappled bank beside you for my shadow,
>
> Or pause where we always did upon the hill to gaze across the land,
>
> And spotting something, reach by habit for my hand,
>
> And finding none, feel sorrow start to steal upon you,
>
> Be still.
>
> Clear your eyes.
>
> Breathe.
>
> Listen for my footfall in your heart.
>
> I am not gone but merely walk within you.'
>
> - Nicholas Evans, an excerpt from The Smoke Jumper
>
>
>
> www.Zend.To <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zend.to%2F&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7C93b7f00f4a544e5b54b708dabdb0fc44%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638030865090179387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=qtE3OYo%2FRDuFx2t1U4qLPxh72yucsrrz9q91D5uMWiI%3D&reserved=0>
>
> Twitter: @JulesFM
>
> Jules
>
>
>
> --
>
> Julian Field MEng CEng CITP MBCS MIEEE MACM
>
>
>
> 'To see a World in a Grain of Sand
>
> And a Heaven in a Wild Flower
>
> Hold Infinity in the palm of your hand
>
> And Eternity in an hour' - William Blake
>
>
>
> www.Zend.To <https://eur03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.zend.to%2F&data=05%7C01%7Cm.v.sangster%40abdn.ac.uk%7C93b7f00f4a544e5b54b708dabdb0fc44%7C8c2b19ad5f9c49d490773ec3cfc52b3f%7C0%7C0%7C638030865090179387%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=qtE3OYo%2FRDuFx2t1U4qLPxh72yucsrrz9q91D5uMWiI%3D&reserved=0>
>
> Twitter: @JulesFM
>
>
>
> The University of Aberdeen is a charity registered in Scotland, No
> SC013683.
> Tha Oilthigh Obar Dheathain na charthannas clàraichte ann an Alba,
> Àir. SC013683.
>
> _______________________________________________
>
> ZendTo mailing list
>
> ZendTo at zend.to
>
> http://jul.es/mailman/listinfo/zendto
>
>
>
> Jules
> --
> Julian Field MEng CEng CITP MBCS MIEEE MACM
> 'I have lost friends, some by death ... others through sheer inability
> to cross the street.' - Virginia Woolf
> www.Zend.To <http://www.Zend.To>
> Twitter: @JulesFM
>
Jules
--
Julian Field MEng CEng CITP MBCS MIEEE MACM
'That is the land of lost content,
I see it shining plain,
The happy highways where I went,
And cannot come again.' - A.E. Houseman
www.Zend.To
Twitter: @JulesFM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://jul.es/pipermail/zendto/attachments/20221107/a25fb17d/attachment-0001.html>
More information about the ZendTo
mailing list