[Mailman-Developers] [ mailman-Bugs-596361 ] rejection-notice not translated

2002-08-16 Thread noreply
Bugs item #596361, was opened at 2002-08-17 06:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=596361&group_id=103 Category: Web/CGI Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Tokio Kikuchi (tkikuchi) Assigned to: Nobody/A

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Satya
On Aug 17, 2002 at 00:38, Barry A. Warsaw wrote: >That's okay, I'm going to shame Tim Peters into building an ultra >efficient Python version, which we'll just wrap in the MM handler API >and be done with it. :) But... but... what will *I* use? On Aug 16, 2002 at 21:55, Darrell Fuhriman wrote:

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Chuq Von Rospach
On 8/16/02 9:42 PM, "Barry A. Warsaw" <[EMAIL PROTECTED]> wrote: > Cool! Depending on how adventurous you are, you may want to check out > Python 2.3's cvs. Jack Jansen's been doing a lot of work on providing > Carbon support for Python, Not THAT adventurous. This is a server, so it won't be d

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Darrell Fuhriman
Satya <[EMAIL PROTECTED]> writes: > don't deactivate me!) thingy which'll be called from procmail, and > another perl thingy which'll be called from crontab ... well, never > mind the details. Yah, I threw it together this afternoon, too. Sorry, guys, I did it in perl, too.  I'm just trying to

Re: [Mailman-Developers] Comments on smart address matching?

2002-08-16 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: CVR> I wouldn't fix. Instead, I'd focus on adding address CVR> aliasing, and let people add in those as aliases. It fixes a CVR> more general issue ("I have all these addresses, and want one CVR> subscription") and they

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: CVR> Which is perfect timing, because I've installed jaguar on my CVR> new test server, and I'm going to spend time this weekend CVR> building out the environment, which means sometime in the CVR> next few days, I'm goin

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Barry A. Warsaw
> "S" == Satya <[EMAIL PROTECTED]> writes: S> Sounds very cool and usable. I've started hacking up a Perl S> (please don't deactivate me!) thingy which'll be called from S> procmail, and another perl thingy which'll be called from S> crontab ... well, never mind the details.

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Satya
Sounds very cool and usable. I've started hacking up a Perl (please don't deactivate me!) thingy which'll be called from procmail, and another perl thingy which'll be called from crontab ... well, never mind the details. I'm stuck on the Bayesian probability thing. What is what? Pr{X

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Chuq Von Rospach
On 8/16/02 5:40 PM, "Barry A. Warsaw" <[EMAIL PROTECTED]> wrote: > I actually think we're getting really close, and I'm psyched about all > the great feedback I'm getting on beta 3. I'll probably release a > beta 4 this weekend, and then I want to get serious about a > release schedule. Which i

[Mailman-Developers] [ mailman-Bugs-593454 ] NewsRunner error

2002-08-16 Thread noreply
Bugs item #593454, was opened at 2002-08-10 15:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=593454&group_id=103 Category: nntp/news Group: 2.1 beta Status: Closed Resolution: Fixed Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nobod

[Mailman-Developers] [ mailman-Bugs-593454 ] NewsRunner error

2002-08-16 Thread noreply
Bugs item #593454, was opened at 2002-08-10 15:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=593454&group_id=103 Category: nntp/news Group: 2.1 beta Status: Closed Resolution: Fixed Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nobod

Re: [Mailman-Developers] Comments on smart address matching?

2002-08-16 Thread Chuq Von Rospach
I wouldn't fix. Instead, I'd focus on adding address aliasing, and let people add in those as aliases. It fixes a more general issue ("I have all these addresses, and want one subscription") and they get fixed as a side effect of the more general fix. They would still have to add in their aliases

[Mailman-Developers] Re: Anti-spam "killer app"?

2002-08-16 Thread Harald Koch
> Damn, I wish I'd thought of this. A naive google search finds papers 4 years old discussing the problem, which makes me wonder why nobody has implemented this before now... -- Harald Koch <[EMAIL PROTECTED]> "It takes a child to raze a village." -Michael T. Fry _

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Chuq Von Rospach
On 8/16/02 3:17 PM, "John W Baxter" <[EMAIL PROTECTED]> wrote: > I find it fascinating that the last URL reference at the bottom (yes, I > read that far) is to the page at Apple's site describing the filtering in > Apple's revised Mail.app in Mac OS X 10.2. Yeah. In all honesty? When I sent stuf

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: CVR> Cory Doctorow sent me this link: CVR> The king-hell Bayesian libraries are Andrew McCallum's Bag Of CVR> Words (BOW) stuff, which is all GPLed: CVR> http://www-2.cs.cmu.edu/~mccallum/bow/ CVR> A GPLed Bayesia

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Barry A. Warsaw
> "RJ" == Ron Jarrell <[EMAIL PROTECTED]> writes: RJ> At 06:39 PM 8/16/02 -0400, you wrote: >> On a serious note, who's gonna hack up the Python code for an >> MM2.1 prototype handler module? RJ> Please tell me that means "a module designed to fit into the RJ> 2.1 plugi

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Chuq Von Rospach
On 8/16/02 5:30 PM, "Ron Jarrell" <[EMAIL PROTECTED]> wrote: >> (I've dropped a pointer to it at >> http://www.chuqui.com/cgi-bin/mwf/topic_show.pl?tid=389) > > > Yea, I read that... It really started wheels turning in my head. Now, if I'd > coded > in lisp more recently than 20 years ago it w

[Mailman-Developers] [ mailman-Bugs-550314 ] Sending to multiple lists chooses one.

2002-08-16 Thread noreply
Bugs item #550314, was opened at 2002-04-29 14:48 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=550314&group_id=103 Category: mail delivery Group: 2.0.x >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Jeff Posner (jposnersails) Assi

[Mailman-Developers] [ mailman-Feature Requests-550462 ] New feature: Automoderatemicrosoft user

2002-08-16 Thread noreply
Feature Requests item #550462, was opened at 2002-04-29 21:53 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350103&aid=550462&group_id=103 >Category: None >Group: None Status: Open >Resolution: Rejected Priority: 5 Submitted By: Mark Whitis (whitis) Assigned to:

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Ron Jarrell
At 06:39 PM 8/16/02 -0400, you wrote: >On a serious note, who's gonna hack up the Python code for an MM2.1 >prototype handler module? Please tell me that means "a module designed to fit into the 2.1 plugin architecture, that could be distributed in a post 2.1-final release" and not, cool as it

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Ron Jarrell
At 01:10 PM 8/16/02 -0700, you wrote: >Hey, all. > >Take a look at this -- > > > >It's a new technique for identifying spam. The more I look into the details, >the more I think we have the "anti-spam killer app", becaues it tunes itself >to the individual (or

[Mailman-Developers] [ mailman-Bugs-553385 ] Translation strings

2002-08-16 Thread noreply
Bugs item #553385, was opened at 2002-05-07 14:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=553385&group_id=103 Category: Web/CGI Group: 2.1 beta >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Daniel Buchmann (avalon) Assigned to: Nob

[Mailman-Developers] [ mailman-Bugs-565706 ] user wrongly detected

2002-08-16 Thread noreply
Bugs item #565706, was opened at 2002-06-07 01:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=565706&group_id=103 Category: mail delivery Group: 2.0.x Status: Pending Resolution: None Priority: 5 Submitted By: Enrico Cherubini (bestkevin) Assigned to

[Mailman-Developers] Comments on smart address matching?

2002-08-16 Thread Barry A. Warsaw
I'm trying to decide what to do with this bug report by Chris Kolar: http://sourceforge.net/tracker/index.php?func=detail&aid=554287&group_id=103&atid=100103 SMART_ADDRESS_MATCH is gone in MM2.1 and I'm a bit loathe to add something like this back. I haven't seen nearly as many complaints abou

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Barry A. Warsaw
> "CVR" == Chuq Von Rospach <[EMAIL PROTECTED]> writes: CVR> CVR> It's a new technique for identifying spam. The more I look CVR> into the details, the more I think we have the "anti-spam CVR> killer app", becaues it tunes itself to the

Re: [Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread John W Baxter
At 13:10 -0700 8/16/2002, Chuq Von Rospach wrote: >Take a look at this -- > > > >It's a new technique for identifying spam. The more I look into the details, >the more I think we have the "anti-spam killer app", becaues it tunes itself >to the individual (or si

[Mailman-Developers] [ mailman-Bugs-565706 ] user wrongly detected

2002-08-16 Thread noreply
Bugs item #565706, was opened at 2002-06-07 04:21 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=565706&group_id=103 Category: mail delivery Group: 2.0.x >Status: Pending Resolution: None Priority: 5 Submitted By: Enrico Cherubini (bestkevin) Assigned t

[Mailman-Developers] [ mailman-Bugs-566301 ] umbrella list: unsubscribe key public

2002-08-16 Thread noreply
Bugs item #566301, was opened at 2002-06-08 17:44 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=566301&group_id=103 Category: security/privacy Group: 2.1 beta Status: Open Resolution: None >Priority: 5 Submitted By: Stefan Divjak (stdivjak) Assigned to

[Mailman-Developers] [ mailman-Bugs-571004 ] member_posting_only does not work

2002-08-16 Thread noreply
Bugs item #571004, was opened at 2002-06-19 03:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=571004&group_id=103 Category: security/privacy Group: 2.0.x >Status: Pending >Resolution: Works For Me Priority: 5 Submitted By: Josef Grosch (jgrosch) Assi

[Mailman-Developers] [ mailman-Bugs-592026 ] real_name can't bechanged

2002-08-16 Thread noreply
Bugs item #592026, was opened at 2002-08-07 08:45 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=592026&group_id=103 Category: configuring/installing Group: None >Status: Pending Resolution: Works For Me Priority: 5 Submitted By: H. Peter Aitken (benchm

[Mailman-Developers] [ mailman-Bugs-593728 ] Traceback rebuildingarchive

2002-08-16 Thread noreply
Bugs item #593728, was opened at 2002-08-11 14:46 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=593728&group_id=103 Category: Pipermail Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Stefan Divjak (stdivjak) Assigned to: Nobody

[Mailman-Developers] [ mailman-Bugs-593454 ] NewsRunner error

2002-08-16 Thread noreply
Bugs item #593454, was opened at 2002-08-10 11:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=593454&group_id=103 Category: nntp/news Group: 2.1 beta >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nob

[Mailman-Developers] Anti-spam "killer app"?

2002-08-16 Thread Chuq Von Rospach
Hey, all. Take a look at this -- It's a new technique for identifying spam. The more I look into the details, the more I think we have the "anti-spam killer app", becaues it tunes itself to the individual (or site), adapts as the anti-spammers adapt, and

[Mailman-Developers] [ mailman-Bugs-596215 ] html bugs in 2.0.13

2002-08-16 Thread noreply
Bugs item #596215, was opened at 2002-08-16 11:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=596215&group_id=103 Category: Web/CGI Group: 2.0.x Status: Open Resolution: None Priority: 5 Submitted By: Chuq Von Rospach (chuqui) Assigned to: Nobody/Ano

[Mailman-Developers] [ mailman-Bugs-594703 ] Bug canceling discardedmail

2002-08-16 Thread noreply
Bugs item #594703, was opened at 2002-08-13 18:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594703&group_id=103 Category: None Group: 2.1 beta Status: Closed Resolution: Fixed Priority: 5 Submitted By: Garey Mills (gareytm) Assigned to: Nobody/Anon

[Mailman-Developers] [ mailman-Bugs-594703 ] Bug canceling discardedmail

2002-08-16 Thread noreply
Bugs item #594703, was opened at 2002-08-13 14:06 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594703&group_id=103 Category: None Group: 2.1 beta >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Garey Mills (gareytm) Assigned to: Nobody/An

Re: [Mailman-Developers] Re: External subscriber lists in 2.1

2002-08-16 Thread Dale Newfield
On Sun, 23 Dec 2001, Barry A. Warsaw wrote: > Note that if it was too expensive for getRegularMemberKeys() to return > an in-memory list, it could (if you use Python 2.2) return an iterator > object that implemented things in a more efficient manner, e.g. by > paging through blocks. I believe tha

[Mailman-Developers] [ mailman-Bugs-594913 ] rfc822.parseaddress() in Util.py Invalid

2002-08-16 Thread noreply
Bugs item #594913, was opened at 2002-08-14 02:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594913&group_id=103 Category: command line scripts Group: 2.0.x Status: Closed Resolution: Invalid Priority: 5 Submitted By: Federico Sevilla III (jijo) Ass

[Mailman-Developers] [ mailman-Bugs-594913 ] rfc822.parseaddress() in Util.py Invalid

2002-08-16 Thread noreply
Bugs item #594913, was opened at 2002-08-14 14:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594913&group_id=103 Category: command line scripts Group: 2.0.x Status: Closed Resolution: Invalid Priority: 5 Submitted By: Federico Sevilla III (jijo) Ass

[Mailman-Developers] [ mailman-Bugs-594913 ] rfc822.parseaddress() in Util.py Invalid

2002-08-16 Thread noreply
Bugs item #594913, was opened at 2002-08-14 14:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594913&group_id=103 Category: command line scripts Group: 2.0.x Status: Closed Resolution: Invalid Priority: 5 Submitted By: Federico Sevilla III (jijo) Ass

[Mailman-Developers] [ mailman-Bugs-596055 ] wrong charset in bounce notice

2002-08-16 Thread noreply
Bugs item #596055, was opened at 2002-08-16 14:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=596055&group_id=103 Category: bounce detection Group: 2.1 beta Status: Closed Resolution: Accepted Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned

[Mailman-Developers] [ mailman-Bugs-595132 ] No mail going out

2002-08-16 Thread noreply
Bugs item #595132, was opened at 2002-08-14 10:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=595132&group_id=103 Category: mail delivery Group: 2.0.x Status: Closed Resolution: Invalid Priority: 5 Submitted By: Terkel Olsen (terkel) Assigned to: Nob

[Mailman-Developers] [ mailman-Bugs-594913 ] rfc822.parseaddress() in Util.py Invalid

2002-08-16 Thread noreply
Bugs item #594913, was opened at 2002-08-14 02:19 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=594913&group_id=103 Category: command line scripts Group: 2.0.x >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Federico Sevilla III (jijo) A

[Mailman-Developers] [ mailman-Bugs-595132 ] No mail going out

2002-08-16 Thread noreply
Bugs item #595132, was opened at 2002-08-14 13:02 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=595132&group_id=103 Category: mail delivery >Group: 2.0.x >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Terkel Olsen (terkel) Assigned to:

[Mailman-Developers] [ mailman-Feature Requests-595333 ] REQ: admindb list of default responses

2002-08-16 Thread noreply
Feature Requests item #595333, was opened at 2002-08-14 20:57 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350103&aid=595333&group_id=103 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dylan Jay (dylan_jay) Assigned to: Nobody

[Mailman-Developers] [ mailman-Bugs-596055 ] wrong charset in bounce notice

2002-08-16 Thread noreply
Bugs item #596055, was opened at 2002-08-16 10:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=596055&group_id=103 Category: bounce detection Group: 2.1 beta >Status: Closed >Resolution: Accepted Priority: 5 Submitted By: Simone Piunno (pioppo) Assign

[Mailman-Developers] [ mailman-Bugs-596055 ] wrong charset in bounce notice

2002-08-16 Thread noreply
Bugs item #596055, was opened at 2002-08-16 16:20 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=596055&group_id=103 Category: bounce detection Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: N

[Mailman-Developers] [ mailman-Bugs-593454 ] NewsRunner error

2002-08-16 Thread noreply
Bugs item #593454, was opened at 2002-08-10 17:52 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=593454&group_id=103 Category: nntp/news Group: 2.1 beta Status: Open Resolution: None Priority: 5 Submitted By: Simone Piunno (pioppo) Assigned to: Nobody/A

[Mailman-Developers] [ mailman-Feature Requests-595921 ] VirtualHost select interface

2002-08-16 Thread noreply
Feature Requests item #595921, was opened at 2002-08-16 11:27 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=350103&aid=595921&group_id=103 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Darius Tribandis (sirijus) Assigned to: N