Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Actually I think my spelling is fine. The line in question is:

print BLAH "Effective-Content-Type " . $mail->effective_type . "\n";

It has been a while since I wrote this. The script runs fine for 98% of the mail I get just two messages a day that I get from the system about security of the box cause the error message that I quoted. So I looked into my I thought $mail->effective_type was valid. My impression of what the documentation say is that $mail is a subclass of Mime::Entity. It turns out that on further reading of the Mail::Audit docos I understand that it is only a subclass of Mime::Entity if appropriate. So basically something about these emails say that it is not appropriate to subclass Mime::Entity so the call to $mail->effective_type is not valid

If you are wondering why I do

print BLAH "Effective-Content-Type " . $mail->effective_type . "\n";

I am trying to work out how to suck all the attachments out of an email and save them in a directory separate from the message


In reply to Re^2: Mail::Audit and effective_t.al (autoloader--) by blm
in thread 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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found