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:
>
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
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
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
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
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
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