Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50910

Re: Messages to Python-List aren't posting

References <CAJqEzS2=LZ6HP_t9rMhwExw-SYpGkhx1y=-dRirvM1a7MoHjEA@mail.gmail.com> <CAPTjJmrNnEQDr0icdGxi_wZEruVseSs2nRuE3n02qvT129cKdA@mail.gmail.com> <CANc-5UzaC2yh1Lqym5kPYVsigXRcNHwttUEpk2sg5zuPFk88qg@mail.gmail.com> <CAJqEzS1XXAXz08SVSsy95jYnCbV=R_n4uj9j7LtDi4AD1bFw1g@mail.gmail.com>
Date 2013-07-19 09:57 -0500
Subject Re: Messages to Python-List aren't posting
From Skip Montanaro <skip@pobox.com>
Newsgroups comp.lang.python
Message-ID <mailman.4875.1374245875.3114.python-list@python.org> (permalink)

Show all headers | View raw


> Is it possible that the name "Matthew
> Lefavor" has been added to a greylist or something?

That's not how greylisting works.  Greylisting is a scheme used to
eliminate spam.  The server knows what email addresses it's received
mail from in the last little while (say, the last month).  When it
gets a message purporting to be from someone not in its little
database (say, user@somewhere.com) it responds with a "try later"
message.  Legitimate mail will be delayed for a few minutes.  The
sending SMTP server will try again, and the message will be accepted
by the receiving server. That server will also record
user@somewhere.com as a "known" address.  The theory behind
greylisting is that a spambot either won't come back and retry sending
(it's going millions of messages to flood the net with, and can't be
bothered to retry mail) or will be found and shut off by ISPs before
the delay period expires.

> One relevant piece of information: I have subscribed and unsubscribed to
> different combinations of these lists several times over the past year, and
> particularly over the past few months (as I was trying to manage the flow of
> emails to my filter-less work inbox.) Could that sort of behavior associate
> my name with malicious intent?

I wouldn't think so.  More likely, you might have made a mistake in
your configuration parameters.  You might want to double-check your
python-list@.python.org subscription information in Mailman to make
sure you haven't inadvertently done something.  If the problem
persists, send a note to postmaster@python.org describing the problem,
and include a message (with all its headers intact) that demonstrates
the problem, as Chris did with the timestamps.

Skip

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Messages to Python-List aren't posting Skip Montanaro <skip@pobox.com> - 2013-07-19 09:57 -0500
  Re: Messages to Python-List aren't posting Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-07-19 16:31 +0000
    Re: Messages to Python-List aren't posting Chris Angelico <rosuav@gmail.com> - 2013-07-20 02:41 +1000

csiph-web