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
Use a mailer. That gives you complete control over how you process incoming messages since it will be your own program. We can implement it for you if you like. Thanks, Neil -- Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com Will your e-commerce site go offline if you have a DB s

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