Re: How to rewrite spamc in Perl

2004-10-07 Thread Lucas Albers
>> On Wed, Oct 06, 2004 at 02:11:19PM -0700, [EMAIL PROTECTED] >> wrote: >> > >> > Is there any documentation for the spamd client interface? >> > MIMEDefang can talk to clamd.sock directly, using the commands in man >> > clamd, rather than spawning `clamdscan` processes. I checked man >> > spam

Antwort: Re: How to rewrite spamc in Perl

2004-10-07 Thread Nico . Prenzel
-Michael Parker <[EMAIL PROTECTED]> schrieb: -MichaelPS ignore the learn method for now, that's from something else I'mworking on. Hello Michael,how far is your engagement in enhance the learn method to spamc/spamd?As i stated here http://bugzilla.spamassassin.org/show_bug.cgi?id=1201 i wou

Re: How to rewrite spamc in Perl

2004-10-07 Thread Daniel Quinlan
John Rudd <[EMAIL PROTECTED]> writes: > 1) make room for passing a reference to a message instead of the message > itself, to reduce network latency when it is not necessary (for example, > if the spamd chosen just happens to be on localhost (because it's part > of a list of servers that are being

RE: How to rewrite spamc in Perl

2004-10-06 Thread Matthew.van.Eerde
John Rudd wrote: > As long as people are thinking about new implementations of > spamc/spamd, I'd like to make a couple suggestions: > > 1) make room for passing a reference to a message instead of the message > itself, to reduce network latency when it is not necessary (for > example, if the spam

Re: How to rewrite spamc in Perl

2004-10-06 Thread John Rudd
Michael Parker wrote: > > On Wed, Oct 06, 2004 at 02:11:19PM -0700, [EMAIL PROTECTED] wrote: > > > > Is there any documentation for the spamd client interface? > > MIMEDefang can talk to clamd.sock directly, using the commands in man > > clamd, rather than spawning `clamdscan` processes. I checke

Re: How to rewrite spamc in Perl

2004-10-06 Thread Michael Parker
On Wed, Oct 06, 2004 at 02:11:19PM -0700, [EMAIL PROTECTED] wrote: > > Is there any documentation for the spamd client interface? > MIMEDefang can talk to clamd.sock directly, using the commands in man > clamd, rather than spawning `clamdscan` processes. I checked man > spamd and man spamc but co

Re: How to rewrite spamc in Perl

2004-10-06 Thread Brian Godette
Docs for the spamd protocol are in the source tree. Mail-SpamAssassin-3.0.0/spamd/PROTOCOL On Wednesday 06 October 2004 03:11 pm, [EMAIL PROTECTED] wrote: > I'm interested in restructuring my MIMEDefang/SpamAssassin setup. > Currently each MIMEDefang slave carries around its own SpamAssassin obje