> Basically mail isn't going through to the lists. Not sure where to check
> for any type of error logs. There wasn't a problem until we upgraded, not
> sure if anyone else has experienced this or not. Any help would be
> appreciated, thanks.
logs/error perhaps?
are the messages sitting in q
Another followup.
I added the following to SimpleMatch.py
# MSEXCH
(_c('did not reach the following recipient'),
_c('MSEXCH:'),
_c('(?P[^ ]*) on ')),
to catch bounces like this:
Your message
To: [EMAIL PROTECTED]
Subject: [Test] test8
Sent:Tue, 15 Oct 2002 19:5
I just did another test, with a normal list post. If you have your
hotmail set to "enhanced" junk mail filtering, list mail goes in the
junk mail folder (or trash) automatically no matter what the Precedence
header, because its not To: me@hotmail. If its in the Junk mail folder,
you can click on
I'm having this problem as well. I tried changing Precedence: bulk to
'list', but that didn't seem to help.
Skye
Word on the street is Jeff Simmons said:
> I've talked to several other Mailman admins - Hotmail is dumping a lot of
> messages from us on the floor.
>
> I'm guessing here, but I t
ders.get('original-recipient',
headers.get('final-recipient'))
to simply this:
val = headers.get('final-recipient')
and now val is filled, and DSN bounce detection works in this case.
Why was the header not being found
Sky
Hello,
I just upgraded from mailman 2.0beta4 to 2.0.13 (python 2.2.1) and
everything is going pretty smoothly, except certain kinds of bounces
aren't being picked up by the bounce detector.
I've verified that the Bouncers/*.py process() functions are being
called, and it picks up some bounces, b