Re: New plugin: smtptls-forward

2010-05-12 Thread Robert Spier
That would be cool, then we won't have two similar, but slightly different plugins in the core. (I'm trying to avoid that unless there are specific reasons why they *need* to be different.) It means the individual plugins are more complex, but I think that's worth it. -R Jason Mills wrote: >

Re: New plugin: smtptls-forward

2010-05-12 Thread Jason Mills
I could if you like... I yanked around the internal's quite a bit on my version of the plugin. But it would be possible I suppose to swap which Net::SMTP class it uses based on parameters. On 05/11/2010 09:26 PM, Robert Spier wrote: > Is it possible to merge this into smtp-forward and have config

Re: New plugin: smtptls-forward

2010-05-11 Thread Robert Spier
Is it possible to merge this into smtp-forward and have config options? Or factor out common code into a shared module? Jason Mills wrote: > > =head1 NAME > > smtptls-forward > > =head1 DESCRIPTION > > This plugin forwards the mail via SMTP TLS to a specified server, rather than > delivering

Re: New plugin: smtptls-forward

2010-03-31 Thread Charlie Brady
On Tue, 30 Mar 2010, Chris Lewis wrote: On 3/30/2010 4:08 PM, Matt Sergeant wrote: Perhaps we need queue/smtp-passthru. It's a fairly complex thing to do in a single plugin in a way sufficiently flexible for a variety of setups. For example, how do you do your RCPT TO lookups? Call for

Re: New plugin: smtptls-forward

2010-03-30 Thread Chris Lewis
On 3/30/2010 4:08 PM, Matt Sergeant wrote: On Tue, 30 Mar 2010, Charlie Brady wrote: On Thu, 25 Mar 2010, Jason Mills wrote: I wrote this plugin to help me with my local debugging. Basically a heavily modified version of smtp-foward. I'd recommend you search the archives and find some earli

Re: New plugin: smtptls-forward

2010-03-30 Thread Matt Sergeant
On Tue, 30 Mar 2010, Charlie Brady wrote: On Thu, 25 Mar 2010, Jason Mills wrote: I wrote this plugin to help me with my local debugging. Basically a heavily modified version of smtp-foward. I'd recommend you search the archives and find some earlier comments by me about smtp-forward. It re

Re: New plugin: smtptls-forward

2010-03-30 Thread Charlie Brady
On Thu, 25 Mar 2010, Jason Mills wrote: I wrote this plugin to help me with my local debugging. Basically a heavily modified version of smtp-foward. I'd recommend you search the archives and find some earlier comments by me about smtp-forward. It really should be rewritten to hook into more