Begging your indulgence fellow monks,

I did my own mail filter sorter perlscript using Mail::Audit. For the most part it seems to run fine but every so often I get an email about a returned message because my sortmail.pl script failed to run. The error message:

----- The following addresses had permanent fatal errors ----- |/home/blm/Mail/sortmail.pl (reason: 255) (expanded from: blm) ----- Transcript of session follows ----- Can't locate auto/Mail/Audit/MailInternet/effective_t.al in @INC (@INC + contains: /usr/libdata/perl5/i386-openbsd/5.8.6 /usr/local/libdata/perl5/i386-openbsd/5.8.6 /usr/libdata/perl5 /usr/local/libdata/perl5 /usr/local/libdata/perl5/site_perl/i386-openb +sd /usr/libdata/perl5/site_perl/i386-openbsd /usr/local/libdata/perl5/sit +e_perl /usr/libdata/perl5/site_perl /usr/local/lib/perl5/site_perl .) at /home/blm/Mail/sortmail.pl line 50 554 5.3.0 unknown mailer error 255

So it seems that I am missing the file effective_t.al

Now I know that I could email the author (still Simon Cozens?) but he is probably busy and I would like to work on the problem myself. I just haven't come across a file to do with perl that ends in .al. Is it something to do with AUTOLOADER? I tried rebuilding Mail::Audit from source and I get no effective_t.al. I tried searching the entire filesystem and google for evidence of this file with no luck.

I have googled with no luck but I am not perfect so the answer could be simple and findable in google. If so I am sorry for wasting time.


In reply to Mail::Audit and effective_t.al by blm

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.