Posts

Showing posts from January 2, 2019

Failed to process custom iq on ejabberd-18-06

Image
0 I am using ejabberd-18.06 on ec2 instance. When I send a custom iq stanza as D/SMACK: SENT (0): <iq to=‘example.com' id='Eu0j3-13' type='get'><query xmlns='ns:custom'><xyz someparam =‘4’></xyz>><abc>50</abc>><property someprop =‘4’ ctn='India'></property></query></iq> I get a response as follows: D/SMACK: RECV (0): <iq xml:lang='en' to='cwsxTrBQ2Z0@example.com/Smack' from=‘example.com' type='error' id='Eu0j3-13'><query xmlns='ns:custom'><xyz someparam=‘4’/>&gt;<abc>50</abc>&gt;<property someprop=‘4’ ctn='India'/></query><error code='500' type='wait'><internal-server-error xmlns='urn:

Outlook: make a rule that acts when number of (unread) mails in a folder exceeds a treshold

Image
0 We're looking to perform a series of action every time the number of (unread) mails in a folder exceeds a certain limit. Example: When the number of mails in a folder > 10000, mail the assistant to clean it up. When the number of unread mails in a folder > 10, mail the admin that the robot probably stopped working ... In a perfect world this would be a serverside rule, not needing a client to be online to run. We could use RPA to write this, but are checking if there are "lighter" alternatives, aside from clientside VBA. microsoft-outlook-2016 share | improve this question asked Dec 13 '18 at 7:47