greetings,
My mailman archives are configged, by default, in chronological order.
I need to change them to reverse chronological order.
I've gone through many of the source files, all the documentation, and
I've inquired a few times on the mailman-users list (one respondent, who has
On Wed, Feb 27, 2002 at 11:02:18PM -0500, Barry A. Warsaw wrote:
> > "JM" == Jonas Meurer <[EMAIL PROTECTED]> writes:
> JM> Is it possible to set wildcards in the field 'Addresses of
> JM> members accepted for postings to this list without implicit
> JM> approval requirement' in Pr
On Thu, Feb 28, 2002 at 12:47:45PM +0100, Jonas Meurer wrote:
> > JM> Is it possible to set wildcards in the field 'Addresses of
> > JM> members accepted for postings to this list without implicit
> > JM> approval requirement' in Privacy Options? That every addr
> > JM> from domai
On 2/28/02 1:26 PM, "Marc MERLIN" <[EMAIL PROTECTED]> wrote:
> I'd rather Barry concentrate his time on 2.1. Feel free to upgrade and help
> us find any remaining problems if there are any.
Agreed. Features go into new releases. They have to be very persuasively
important to the universe to side
On Wed, Feb 27, 2002 at 11:00:54PM -0500, Barry A. Warsaw wrote:
> MM> I've changed GUI/GUIBase.py with the hopes to output a better
> MM> error: try: val = self._getValidValue(mlist, property, wtype,
> MM> val) except ValueError: doc.addError(_("Invalid value
> MM> '"+val+"' for v
I was hoping to have a crack at a patch today, but I've been too busy
converting my whole exim configs to exim 4.
When VERP is enabled, mailman apparently sends all the Emails over one SMTP
connection.
When exim receives more than smtp_accept_queue_per_connection messages in
one connection,
On Thu, Feb 28, 2002 at 02:02:54PM -0800, Marc MERLIN wrote:
> On Wed, Feb 27, 2002 at 11:00:54PM -0500, Barry A. Warsaw wrote:
> > MM> I've changed GUI/GUIBase.py with the hopes to output a better
> > MM> error: try: val = self._getValidValue(mlist, property, wtype,
> > MM> val) excep
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> Actually I missed the email-1.1 upgrade. I just installed
MM> that, and I seem to be getting errors in similar caes
I just fixed this in Mailman's cvs. I'm pretty much done with the
last batch of checkins I had sitting around.
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> When VERP is enabled, mailman apparently sends all the Emails
MM> over one SMTP connection.
Actually, I don't think it has anything to do with VERP. Won't normal
delivery do the same thing? (I'm assuming you're not doing thread
On Thu, Feb 28, 2002 at 07:56:03PM -0500, Barry A. Warsaw wrote:
>
> > "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
>
> MM> When VERP is enabled, mailman apparently sends all the Emails
> MM> over one SMTP connection.
>
> Actually, I don't think it has anything to do with VERP.
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> Sure enough, works much better now :-)
MM> In the meantime, I have more info on auto discard and auto
MM> reject
| auto discard / don't mail admin => works
| auto discard / mail admin => doesn't work
| reject / m
> "MM" == Marc MERLIN <[EMAIL PROTECTED]> writes:
MM> I'd rather Barry concentrate his time on 2.1.
Me too! MM2.0.x is such stale code (in my brain) that it's basically
got to be a showstopper or security bug to get fixed at this point.
CVR> Agreed. Features go into new releases.
> "PS" == Paul Schreiber <[EMAIL PROTECTED]> writes:
PS> Yes,, but you can encode the "mailto:"; as well, like so:
href="mailto:joe@aol.com">me
PS> I would guess most spambots are pretty dumb, probably using a
PS> silly regex like .
This /is/ kind of interesting. Anybody wan
> "RJ" == Ron Jarrell <[EMAIL PROTECTED]> writes:
RJ> Oh, BTW, simple typo in the admin pages. In the
RJ> VARHELP=topics/topics_enabled, the sentence: "The body of the
RJ> message can also be optionally scanned for Subject: and
RJ> Keyword: headers" Keyword: should be "Keywo
Hmm, Ill have a bash at it.
Its better than no protection at all, and its easy enough to do.
A function that resolves entities isnt hard to write though, heres one:
rentity = re.compile(r"&(\w+);")
rhashentity = re.compile(r"(\d+);")
from htmlentitydefs import entitydefs
#escapes entities
15 matches
Mail list logo