Re: Need advise on sending .eml attachment

2007-10-12 Thread Panda-X
2007/10/12, Matthew Whipple <[EMAIL PROTECTED]>: > > I'll leave Jenda to answer whether it's a good use of his module. > > I'd say if this works for your situation then it works (if there aren't > any problems with the users whose mail you are forwarding and their mail > clients). I'd still advoca

Re: Need advise on sending .eml attachment

2007-10-11 Thread Matthew Whipple
I'll leave Jenda to answer whether it's a good use of his module. I'd say if this works for your situation then it works (if there aren't any problems with the users whose mail you are forwarding and their mail clients). I'd still advocate the resending of the original message. I would suggest i

Re: Need advise on sending .eml attachment

2007-10-11 Thread Panda-X
Hello again Jenda and Matthew, 2007/10/11, Jenda Krynicky <[EMAIL PROTECTED]>: > > From: Panda-X <[EMAIL PROTECTED]> > > Hi Jenda... > > > > Are you the author of Mail::Sender ?? I like it very much, that's very > > handy, as well as Config::IniHash. > > Yeah, that's me. Thanks :-) > > > Thanks fo

Re: Need advise on sending .eml attachment

2007-10-11 Thread Matthew Whipple
What is the sample code of what you are using? Are you using one of the Send methods? I would recommend in this case not using Mail::Sender and instead using something like Email::Send (with Email::Send::SMTP). Mail::Sender is more geared for the generation of mail messages and the required he

Re: Need advise on sending .eml attachment

2007-10-11 Thread Jenda Krynicky
From: Panda-X <[EMAIL PROTECTED]> > Hi Jenda... > > Are you the author of Mail::Sender ?? I like it very much, that's very > handy, as well as Config::IniHash. Yeah, that's me. Thanks :-) > Thanks for give me a reply, and I hope my problem can be fixed in the > Mail::Sender way. I doubt it. The

Re: Need advise on sending .eml attachment

2007-10-10 Thread Panda-X
> > > server, I can't take control to the mail server or touch the folders. > > > You don't need to touch the folders, nor would you want to, I was just > referring to leaving the processed e-mail untouched so it could be > resent directly. The only thing to watch for if you're using a remote > ma

Re: Need advise on sending .eml attachment

2007-10-10 Thread Matthew Whipple
Panda-X wrote: > Hi Matthew, > > Thanks for you help ! =) > > 2007/10/10, Matthew Whipple <[EMAIL PROTECTED]>: > > > > Yes, that's a one mail file, and it's actually the source code for an email, > plain text. Not the mail box. > There's actually little difference between a piece of mail and

Re: Need advise on sending .eml attachment

2007-10-10 Thread Panda-X
Hi Matthew, Thanks for you help ! =) 2007/10/10, Matthew Whipple <[EMAIL PROTECTED]>: > > I'm not sure what exactly qualifies as an ".eml" file, and a quick look > appears as though it's somewhat an MS Outlook format and therefore it's > questionable whether the data is being modified or not (my

Re: Need advise on sending .eml attachment

2007-10-10 Thread Panda-X
Hi Jenda... Are you the author of Mail::Sender ?? I like it very much, that's very handy, as well as Config::IniHash. Thanks for give me a reply, and I hope my problem can be fixed in the Mail::Sender way. 2007/10/11, Jenda Krynicky <[EMAIL PROTECTED]>: > > From: Panda-X <[EMAIL PROTECTED]> > > M

Re: Need advise on sending .eml attachment

2007-10-10 Thread Jenda Krynicky
From: Panda-X <[EMAIL PROTECTED]> > quite new to be here. I just wondering if Perl have some quite suitable > module to do this. > > I have wrote a spam filter for my office, which use Net::POP3 to get mails > and delete() mails that don't want, the 'got()' mails is however saved at > the other pl

Re: Need advise on sending .eml attachment

2007-10-10 Thread Matthew Whipple
I'm not sure what exactly qualifies as an ".eml" file, and a quick look appears as though it's somewhat an MS Outlook format and therefore it's questionable whether the data is being modified or not (my strongest association is the Outlook RTF issues several years back). I'm thinking that regardle

Need advise on sending .eml attachment

2007-10-10 Thread Panda-X
Hi list, quite new to be here. I just wondering if Perl have some quite suitable module to do this. I have wrote a spam filter for my office, which use Net::POP3 to get mails and delete() mails that don't want, the 'got()' mails is however saved at the other place, for 2 reasons, further study on