Re: Training Bayes on outbound mail

2011-01-28 Thread Karsten Bräckelmann
On Fri, 2011-01-28 at 18:10 +, Dominic Benson wrote: > Recently, in order to balance the ham/spam ratio given to sa-learn, I > have started to pass mail submitted by authenticated users to sa-learn > --ham. > The thinking here is that users would generally want to receive mail > that they se

Re: Training Bayes on outbound mail

2011-01-28 Thread Benny Pedersen
On Fri, 28 Jan 2011 18:10:08 +, Dominic Benson wrote: > The approach, if anyone is interested, is to use an "unseen" Exim router > to pipe mail to sa-learn --ham using the pipe transport, on the > condition that an acl_m variable, set for authenticated users in > acl_check_rcpt, evaluates

Re: Training Bayes on outbound mail

2011-01-28 Thread David B Funk
On Fri, 28 Jan 2011, David F. Skoll wrote: > On Fri, 28 Jan 2011 18:10:08 + > Dominic Benson wrote: > > > Recently, in order to balance the ham/spam ratio given to sa-learn, I > > have started to pass mail submitted by authenticated users to > > sa-learn --ham. > > > I haven't seen any mentio

Re: Training Bayes on outbound mail

2011-01-28 Thread Dominic Benson
On 28 Jan 2011, at 18:39, Lawrence @ Rogers wrote: > On 28/01/2011 2:53 PM, David F. Skoll wrote: >> On Fri, 28 Jan 2011 18:10:08 + >> Dominic Benson wrote: >> >>> Recently, in order to balance the ham/spam ratio given to sa-learn, I >>> have started to pass mail submitted by authenticated

Re: Training Bayes on outbound mail

2011-01-28 Thread Lawrence @ Rogers
On 28/01/2011 2:53 PM, David F. Skoll wrote: On Fri, 28 Jan 2011 18:10:08 + Dominic Benson wrote: Recently, in order to balance the ham/spam ratio given to sa-learn, I have started to pass mail submitted by authenticated users to sa-learn --ham. I haven't seen any mention of this strategy

Re: Training Bayes on outbound mail

2011-01-28 Thread David F. Skoll
On Fri, 28 Jan 2011 18:10:08 + Dominic Benson wrote: > Recently, in order to balance the ham/spam ratio given to sa-learn, I > have started to pass mail submitted by authenticated users to > sa-learn --ham. > I haven't seen any mention of this strategy on-list or on the web, so > I'm inter