Re: [CentOS] Receive, process and send email

2009-09-21 Thread Les Mikesell
John R Pierce wrote: > cornel panceac wrote: >> talkin' about perl, i remember once i used something called milter for >> things like this . > > > milters are plugins for sendmail that are used to filter ALL the mail > passing through a given sendmail installation. most commonly used for > an

Re: [CentOS] Receive, process and send email

2009-09-21 Thread John R Pierce
cornel panceac wrote: > talkin' about perl, i remember once i used something called milter for > things like this . milters are plugins for sendmail that are used to filter ALL the mail passing through a given sendmail installation. most commonly used for anti-spam and anti-virus plugins. ___

Re: [CentOS] Receive, process and send email

2009-09-21 Thread cornel panceac
2009/9/21 Alan Hodgson > On Sunday 20 September 2009, "CSB" wrote: > > We wish to do the following: > > 1. receive an email with an attachment > > 2. process the email body to get some information from it > > 3. send an outbound email to an email address based on the information > > derived from

Re: [CentOS] Receive, process and send email

2009-09-21 Thread Alan Hodgson
On Sunday 20 September 2009, "CSB" wrote: > We wish to do the following: > 1. receive an email with an attachment > 2. process the email body to get some information from it > 3. send an outbound email to an email address based on the information > derived from step 2. The email will include the a

Re: [CentOS] Receive, process and send email

2009-09-20 Thread Les Mikesell
CSB wrote: > We wish to do the following: > 1. receive an email with an attachment > 2. process the email body to get some information from it > 3. send an outbound email to an email address based on the information > derived from step 2. The email will include the attachment received in step > 1 >

Re: [CentOS] Receive, process and send email

2009-09-20 Thread Jim Wildman
On Mon, 21 Sep 2009, CSB wrote: > We wish to do the following: > 1. receive an email with an attachment > 2. process the email body to get some information from it > 3. send an outbound email to an email address based on the information > derived from step 2. The email will include the attachment

Re: [CentOS] Receive, process and send email

2009-09-20 Thread Neil Aggarwal
> To: centos@centos.org > Subject: [CentOS] Receive, process and send email > > We wish to do the following: > 1. receive an email with an attachment > 2. process the email body to get some information from it > 3. send an outbound email to an email address based on the infor

Re: [CentOS] Receive, process and send email

2009-09-20 Thread Frank Cox
On Mon, 21 Sep 2009 05:49:29 +1200 CSB wrote: > We wish to do the following: > 1. receive an email with an attachment > 2. process the email body to get some information from it > 3. send an outbound email to an email address based on the information > derived from step 2. The email will include t

[CentOS] Receive, process and send email

2009-09-20 Thread CSB
We wish to do the following: 1. receive an email with an attachment 2. process the email body to get some information from it 3. send an outbound email to an email address based on the information derived from step 2. The email will include the attachment received in step 1 I'm not sure where to s