Okay, I understand that.
But what i don't understand is how do I access the mail messages to run this on them?
e-mail is sent to me@localhost.localdomain and sendmail is running.
typing mail at the command prompt (or whatever the Linux version is called) says I have
n messages. (where
n is a number)
Also I read someware else that you can create a `.forward` file in the root of your home directory to automate this. (the desired operation as there will be a dedicated e-mail server for this - currently being tested on a standalone laptop)
"|IFS=' '&&exec perl /home/kev/Documents/webtest/mail/strip.pl||exit 7
+5"
(modified from another one)
This just loses the mail (Evolution or mail can't find it).
I'm guessing I would probably need to change this to something along the lines of
"|IFS=' '&&exec perl /home/kev/Documents/webtest/mail/strip.pl < file.
+msg ||exit 75"
Is this along the right lines?, and what would i need to put in the place of "file.msg"?
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.