Thread Tools Display Modes
12/09/14, 04:41 PM   #1
farangkao
 
farangkao's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 59
Just an Idea, until ZOS fixes this ,we could write an Addon that is preventing this,
by redefing the Function used to send automatic mail.

So anyone who installed that Addon will not have to worry about it.

It may however break some useful auto-mailer addons if installed (are there such addons?).

But then if an Addon author is using that function in his code, it should be detected if possible
directly by ESOUI.com, because if someone is using functions like that he might also try other tricks not yet known by the community.
  Reply With Quote
12/12/14, 01:40 PM   #2
mattmillus
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 13
Writing an addon to prevent this is technologically impossible. Addon load order is not guaranteed, and there is no manifest option to force a load before all other addons.
  Reply With Quote
12/13/14, 01:02 AM   #3
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by mattmillus View Post
Writing an addon to prevent this is technologically impossible. Addon load order is not guaranteed, and there is no manifest option to force a load before all other addons.
Yeah, it's not even possible to guarantee that your addon's loaded. Consider that you can automatically disable addons from code (see http://www.esoui.com/downloads/info4...nProfiles.html for one example). So a malicious addon could just disable your addon if it's there, which would preempt any attempts to guard the send or attach functions.

Simply put, it's something that ZOS needs to do, because they can have private functions that addons can't touch.
  Reply With Quote
01/12/15, 01:31 PM   #4
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
1.5.8 patch notes:
UI
Mail
  • You will now receive a confirmation box when sending mail that includes an attached item or gold.
  Reply With Quote
01/12/15, 02:18 PM   #5
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 5,003
I hope the mail return bots still work with this "confirmation box"
  Reply With Quote
01/13/15, 07:07 AM   #6
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Sasky View Post
1.5.8 patch notes:
There is a new event:
EVENT_CONFIRM_SEND_MAIL (to, subject, body, numAttachments, attachedMoney)

And new private function:
ConfirmSendMail(to, subject, body)
  Reply With Quote

ESOUI » Site Forums » News » Malicious code in Atlas


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off