Hi,
On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED]
wrote:
Can anyone recommend specific tools (or even algorithms or
methodologies)
Recently, there was a mail that a module called Test::SMTP was released
on CPAN. Maybe that could be useful for you? I haven't had a deeper look
at it mysel
On Sun, 27 Apr 2008, Baltasar Cevc wrote:
> On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote:
> >
> > Can anyone recommend specific tools (or even algorithms or methodologies)
>
> Recently, there was a mail that a module called Test::SMTP was released
> on CPAN. Maybe that could be useful for
[EMAIL PROTECTED] wrote:
On Sun, 27 Apr 2008, Baltasar Cevc wrote:
On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote:
Can anyone recommend specific tools (or even algorithms or methodologies)
Recently, there was a mail that a module called Test::SMTP was released
on CPAN. Maybe that could
On Sun, 27 Apr 2008, Chris Lewis wrote:
> [EMAIL PROTECTED] wrote:
> > > On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED]
> > > wrote:
> > > > Can anyone recommend specific tools (or even algorithms or
> > > > methodologies)
>
> Take a look at smtpsource out of the postfix distribution. If that can
On 27-Apr-08, at 12:30 PM, [EMAIL PROTECTED]
wrote:
On Sun, 27 Apr 2008, Chris Lewis wrote:
[EMAIL PROTECTED] wrote:
On Apr 26, 2008, at 7:19 PM, a-rope.net-sub-
[EMAIL PROTECTED]
wrote:
Can anyone recommend specific tools (or even algorithms or
methodologies)
Take a look at smtpsource
On Sun, 27 Apr 2008, Matt Sergeant wrote:
> On 27-Apr-08, at 12:30 PM, [EMAIL PROTECTED] wrote:
> > I may have to write a configurable "harness" with various sets of messages
> > for certain profile types, and then crank it up.
>
> Why don't you take the code in plugins/async/queue/smtp-forward and
[EMAIL PROTECTED] escribió:
On Sun, 27 Apr 2008, Baltasar Cevc wrote:
On Apr 26, 2008, at 7:19 PM, [EMAIL PROTECTED] wrote:
Can anyone recommend specific tools (or even algorithms or methodologies)
Recently, there was a mail that a module called Test::SMTP was released
on CPAN. Maybe that cou
Write one Test::SMTP test for every type of SMTP transaction you want to
simulate. Then try to wrap your tests with
http://search.cpan.org/~dlux/Parallel-ForkManager-0.7.5/ForkManager.pm.
You will know if the individual tests went OK via their exit code.
I was about to take this approach for