Monks,

Unfortunately, today I come to profane your doorstep with a question regarding a warning I get when accessing my Outlook mailbox using Mail::Outlook. Alas, I'm sure it's not this spiffy module's fault at all, but rather the wonderful M$ security patches. The actual message is:

"A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this? If this is unexpected, it may be a virus and you should choose No."

I post here in hopes that I can get an answer that a humble perl hacker can understand with a minimum of the VBA COM gobbledygook.

The reason I'm using this module is to make a cool new rules system for Outlook in Perl. I'd appreciate pointers to other similar systems for other email clients so that I can use a common file/database format for defining rules, etc. Outlook's builtin rules aren't entirely satisfactory. I had a nice solution called Message Executive that worked well, but it's not being updated any longer and is now showing signs of age.

I'm also doing this because I thought it'd be a nice way to exercise (or is that exorcise) some ideas I got during reading HOP. However, I need to get past this source of frustration with the warning. I'd be grateful for anything that gets me off the dime on this one.


In reply to Outlook Warning by geekondemand

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.