Cheers Alan, All makes sense to me bar the bit about Filters looking at http://wiki.openbluedragon.org/wiki/index.php/CFSMTP
It mentions This is a component that will decide wether an e-mail will be processed or not, it will be instantiated for each incoming e-mail, and must have two functions of the following form: <cffunction name="acceptmailfrom" access="public" returntype="boolean"> <cfargument name="email" type="string" required="yes"> and <cffunction name="acceptmailto" access="public" returntype="boolean"> <cfargument name="email" type="string" required="yes"> Those functions will be called and passed the sending and destination e-mail addresses, one address per call, being called repeatedly for multiple addresses, and must return true or false depending on wether the e-mail should continue to be processed, or should be discarded Are these infact called OnMailFrom and OnMailTo and what should they return if I want to stop processing of a mail to a specific address should I just say false. And also say for example i send a mail to multiple addresses will it still work ? Thanks Alex On 2 August 2011 21:11, Alan Williamson (aw2.0 cloud experts) < [email protected]> wrote: > @Alex ... good news ... this is all resolved. You will be able to pick up > a new plugin JAR tomorrow morning. > > Couple of notes: > > 1/ Resolved the backward compatibility issue > > 2/ Fixed a small problem with the multiple servers at once > > 3/ Remember the callbacks are: onMailFrom(email,ip) and onMailTo(email,ip) > for the cfc filters. > > 4/ Stop method resolved for multiple servers > > let me know how you get on. > > > > Alex Skinner wrote: > >> ANy further guidance on this, ignoring the newly introduced >> differences is the documentation for the filtration correct in that >> creating a cfcfilter attribute pointing to a cfc with the method >> acceptMailTo with a boolean result should be all that is required ? >> > > -- > official tag/function reference: http://openbd.org/manual/ > mailing list - > http://groups.google.com/**group/openbd?hl=en<http://groups.google.com/group/openbd?hl=en> > -- Alex Skinner Managing Director Pixl8 Interactive Tel: +448452600726 Email: [email protected] Web: pixl8.co.uk -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
