[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Barry Beattie
Steve, just curious and interested to see this thread kicked along... ... is something like the X-DATE you want to do covered in any RFC's on email? eg: RFC 5321 or perhaps part of the extended SMTP additions? just hoping there might be a spec that covered it and - perhaps by miracle -

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Steve Onnis
Barry For example, this is the header part of a .cfmail file / type: text/plain; charset=UTF-8 server: MAILSERVER:25 from: st...@somedomain.com to: st...@someotherdomain.com subject: this is a mail file X-Mailer: ColdFusion 8

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Kym Kovan
Steve Onnis wrote: What I am wanting to do, as a default thing for ALL mail generated by CFMAIL for any domain or application WITHOUT having to use CFMAILPARAM is to add another entry into the mail file like... / type:

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Steve Onnis
No no no I DON'T want to do it using CFMAILPARAM I want to do it automatically -Original Message- From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of Kym Kovan Sent: Saturday, 23 May 2009 6:41 PM To: cfaussie@googlegroups.com Subject: [cfaussie] Re: CFMAIL

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Kym Kovan
Steve Onnis wrote: No no no I DON'T want to do it using CFMAILPARAM I want to do it automatically Which means you want to use an attribute of the cfmail tag with some form of formatted date/time? The attribute failto is what I was talking about, code the bounce path to include

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread Steve Onnis
No It has nothing to do with the CFMAIL tag other than CFMAIL is used by CF to generate the email. X-Mailer:  ColdFusion 8 Application Server is added to the .cfmail file without using CFMAILPARAM. I want to add more values in the same mannerwithout having to manualy put the CFMAILPARAM

[cfaussie] Re: CFMAIL headers

2009-05-23 Thread MrBuzzy
Hi Steve, Perhaps you could use the information in 'cfmail.log' to determine the date/time of the fail mails. I realise that's not exactlly what you're looking for, just throwing it out there. Cheers. On 5/24/09, Steve Onnis st...@cfcentral.com.au wrote: No It has nothing to do with the

[cfaussie] Security Of Customer Bank Account Details

2009-05-23 Thread SAMARIS Software
Hi, A property management application I am developing will soon have 1,000's of property owners bank account details stored in the sql database. As the application is hosted with an external cf hosting service the question is how best to protect the bank account details stored on the sql

[cfaussie] Re: Security Of Customer Bank Account Details

2009-05-23 Thread Steve Onnis
you shouldnt be doing it in the first place _ From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On Behalf Of SAMARIS Software Sent: Sunday, 24 May 2009 2:45 PM To: cfaussie@googlegroups.com; coldfusion-ho...@yahoogroups.com Subject: [cfaussie] Security Of Customer Bank

[cfaussie] Re: Security Of Customer Bank Account Details

2009-05-23 Thread KKC
I second that... storing sensitive data on an EXTERNAL (I am assuming) sql is sucidial, i.e you have info that is accessible from every person at your hosting provider, not to mention most big companies pay big money for security and encryption of all sensitive data. If you would really want to,

[cfaussie] Re: Security Of Customer Bank Account Details

2009-05-23 Thread SAMARIS
Can you please expand on your comment steve. The application generates owners statements an creates the bank aba file for eft processing Regards Claude Raiola SAMARIS.net Software Email: i...@samaris.net Mobile 0414 228 948 Website: www.SAMARIS.net -Original Message- From: Steve Onnis

[cfaussie] Re: Security Of Customer Bank Account Details

2009-05-23 Thread Steve Onnis
that sort of information should not be stored on a shared server like that and should be heavily protected on the network, and really shouldnt even be accessible from the internet like a shared server would be. _ From: cfaussie@googlegroups.com [mailto:cfaus...@googlegroups.com] On