On Wednesday 13 October 2010 07:50:58 Shlomi Fish wrote:
> Hi Mark,
>
> On Wednesday 13 October 2010 04:08:13 Mark wrote:
> > On 10/10/10 3:50 AM, Shlomi Fish wrote:
> > > Looking at your code, I see that you process the E-mail message using
> > > regular expressions. Please don't do that and use
Hi Mark,
On Wednesday 13 October 2010 04:08:13 Mark wrote:
> On 10/10/10 3:50 AM, Shlomi Fish wrote:
> > Looking at your code, I see that you process the E-mail message using
> > regular expressions. Please don't do that and use a CPAN module.
>
> I'm not sure I understand the admonishment.
On 10/10/10 3:50 AM, Shlomi Fish wrote:
Looking at your code, I see that you process the E-mail message using regular
expressions. Please don't do that and use a CPAN module.
I'm not sure I understand the admonishment. Is it that, if I use
regex to process the e-mail, then I don't *need* a C
Hi Mark,
On Sunday 10 October 2010 09:25:35 Mark wrote:
> Hi, folks,
>
> I'd like to send a string ($line) as an e-mail from within a script.
>
> I receive regular e-mail forwards from a college I teach at, because I
> don't want to use their Outlook webmail. In the process of being
> forwarde
Hi, folks,
I'd like to send a string ($line) as an e-mail from within a script.
I receive regular e-mail forwards from a college I teach at, because I
don't want to use their Outlook webmail. In the process of being
forwarded, each message gets rewritten by Outlook's webmail forwarder.
I've