[Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Enzo
In fact i've found this patch:
http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patchAnd no problem to apply 
it, but now i've great difficulties to make it work with my postfix install
I, in fact, use /etc/mailman/postfix-to-mailman.py.

It used to work with mailman 2.1.5, but no more with this mailman 2.1.5 + patch

any resource on internet to make this patch work with postfix ?

Thanks

- Message d'origine 
De : Brad Knowles [EMAIL PROTECTED]
À : Enzo [EMAIL PROTECTED]; mailman-users@python.org
Envoyé le : Samedi, 14 Juillet 2007, 4h55mn 13s
Objet : [Mailman-Users] Re :  same list name on 2 different domains

On 7/13/07, Enzo wrote:

  I use mailman 2.1.5 from debian sarge, is there a simple patch to make
  real virtual domain possible ?

What do you mean simple patch?  The patch that Mark linked to is 
about as simple as these things get, at least as far as it comes to 
applying a patch.

Do you mean, is there a Debian Sarge package that will automate all 
this for you?  I have no idea -- you should talk to your Debian Sarge 
buddies.  Or the maintainer of the Debian package for Mailman.


We support Mailman and not specific OSes, so there's not much we can 
do to help you with OS-specific questions.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0







  
_ 
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail 
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Rick Pasotto
I have recently been getting some of these from one of my mailing lists.
There is nothing in it (that I've been able to see) that would tell me
who the user is that is rejecting the email. There are several AOL
addresses subscribed but only one rejection each time a mailing goes out.

1) Have I overlooked something that would identify the user?

2) Why would AOL send such a useless email?

-- 
The true bureaucrat is a man of really remarkable talents.  He
 writes a kind of English that is unknown elsewhere in the world,
 and an almost infinite capacity for forming complicated and
 unworkable rules. --- H. L. Mencken
Rick Pasotto[EMAIL PROTECTED]http://www.niof.net
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Ralf Hildebrandt
* Rick Pasotto [EMAIL PROTECTED]:

 I have recently been getting some of these from one of my mailing lists.

Welcome to the wonderful world of AOL retards.

 There is nothing in it (that I've been able to see) that would tell me
 who the user is that is rejecting the email. There are several AOL
 addresses subscribed but only one rejection each time a mailing goes out.

Do you use VERP to send out the mails? If you do that you can see who
the culprit is.

 1) Have I overlooked something that would identify the user?

MAYBE the headers of the attached mail.

 2) Why would AOL send such a useless email?

It's quite useful :)

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBFsend no mail to [EMAIL PROTECTED]
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Mark Sapiro
Enzo wrote:

In fact i've found this patch:
http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patch And no problem
to apply it, but now i've great difficulties to make it work with my
postfix install
I, in fact, use /etc/mailman/postfix-to-mailman.py.

It used to work with mailman 2.1.5, but no more with this mailman 2.1.5 + patch


These patches are almost always done to work in the author's specific
environment with little if any thought to making them work for
everyone. That's one of the main reasons why they haven't been picked
up in the distributed Mailman.

The apparent author of the above patch is Arnaud Lavrard
http://sourceforge.net/users/arnaudlavrard/. Perhaps he can help you.

There are many loose ends to this patch. It looks like you wind up with
existing lists having 'internal names' of just the list name and new
lists having 'internal names' of the form listname-domain. I don't
know if this works or if you have to rename the old lists/*
directories to the new form or if other changes might be required for
existing lists.

In any case, It looks as if the code

if os.path.exists(local):
os.execv(MailmanHome + /mail/mailman,
 (MailmanHome + /mail/mailman, type, local))
else:
bounce()
sys.exit(75)

in postfix-to-mailman-2.1.py needs to be preceded with something to
append '-domain' to local (at least for new lists) as in

local = '%s-%s' % (local, domain)

however, this won't work as is because domain is not defined in
postfix-to-mailman-2.1.py, and you may need to modify your postfix
configuration to pass it as an argument.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Re : Re : same list name on 2 different domains

2007-07-14 Thread Brad Knowles
I don't think I've ever heard of this particular patch before -- why  
don't you ask this question of the person who wrote this patch?

-- 
Brad Knowles [EMAIL PROTECTED]

Sent from my iPhone

On Jul 14, 2007, at 3:26 AM, Enzo [EMAIL PROTECTED] wrote:

 In fact i've found this patch:
 http://al.blog.free.fr/mailman/mailman-vh-2.1.5.patchAnd no problem  
 to apply it, but now i've great difficulties to make it work with my  
 postfix install
 I, in fact, use /etc/mailman/postfix-to-mailman.py.

 It used to work with mailman 2.1.5, but no more with this mailman  
 2.1.5 + patch

 any resource on internet to make this patch work with postfix ?

 Thanks

 - Message d'origine 
 De : Brad Knowles [EMAIL PROTECTED]
 À : Enzo [EMAIL PROTECTED]; mailman-users@python.org
 Envoyé le : Samedi, 14 Juillet 2007, 4h55mn 13s
 Objet : [Mailman-Users] Re :  same list name on 2 different domains

 On 7/13/07, Enzo wrote:

 I use mailman 2.1.5 from debian sarge, is there a simple patch to  
 make
 real virtual domain possible ?

 What do you mean simple patch?  The patch that Mark linked to is
 about as simple as these things get, at least as far as it comes to
 applying a patch.

 Do you mean, is there a Debian Sarge package that will automate all
 this for you?  I have no idea -- you should talk to your Debian Sarge
 buddies.  Or the maintainer of the Debian package for Mailman.


 We support Mailman and not specific OSes, so there's not much we can
 do to help you with OS-specific questions.

 -- 
 Brad Knowles [EMAIL PROTECTED], Consultant  Author
 LinkedIn Profile: http://tinyurl.com/y8kpxu
 Slides from Invited Talks: http://tinyurl.com/tj6q4

 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0







   
 _ 
  

 Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers  
 Yahoo! Mail
 --
 Mailman-Users mailing list
 Mailman-Users@python.org
 http://mail.python.org/mailman/listinfo/mailman-users
 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
 Unsubscribe: 
 http://mail.python.org/mailman/options/mailman-users/brad%40shub-internet.org

 Security Policy: 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Larry Stone
On 7/14/07 9:38 AM, Rick Pasotto at [EMAIL PROTECTED] wrote:

 I have recently been getting some of these from one of my mailing lists.
 There is nothing in it (that I've been able to see) that would tell me
 who the user is that is rejecting the email. There are several AOL
 addresses subscribed but only one rejection each time a mailing goes out.
 
 1) Have I overlooked something that would identify the user?

Unfortunately, AOL, for privacy reasons, does not tell you who flagged it
as SPAM. Which of course makes it completely useless for identifying who to
remove from a mailing list.

As Ralf indicated, VERP your mail. Yes it increases your outgoing load but
at least you know who is doing it.

My policy is, given these are recipient requested and confirmed
subscriptions, first time, removal from the list and immediate mail server
ban for mail from their address. If they try sending something to me,
they'll get an SMTP reject that directs them to an information web page.
After one year, they can request reinstatement (by sending to my Postmaster
address which bypasses the ban) but no such AOLoser has ever done so. Second
time, permanent and irrevocable mail server ban. All these lists have
Attention AOL users: You have voluntarily subscribed to this list. If you
report this message as spam, you will be unsubscribed and banned from this
server in the footer (right below the unsubscribe information).

 2) Why would AOL send such a useless email?

Because it's AOL? :-)

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Zbigniew Szalbot

Hello,

On Sat, 14 Jul 2007 17:00:56 +0200, Ralf Hildebrandt
[EMAIL PROTECTED] wrote:
 * Rick Pasotto [EMAIL PROTECTED]:
 
 I have recently been getting some of these from one of my mailing lists.
 
 Welcome to the wonderful world of AOL retards.
 
 There is nothing in it (that I've been able to see) that would tell me
 who the user is that is rejecting the email. There are several AOL
 addresses subscribed but only one rejection each time a mailing goes
 out.
 
 Do you use VERP to send out the mails? If you do that you can see who
 the culprit is.
What I do is I open the email headers and look for message ID. Then, based
on the email date, I grep the appropriate log and find out the  ok
never mind, let's behave... ;)

But beware... I recently wrote to two subscribers that we have been sending
free content to, and as kindly as possible, I wrote that clicking spam
makes it very difficult for us and other AOL users to send/receive the
content. I also notified them that I unsubscribed them. As you can imagine,
I got spam complaint one more time and actually got blocked by that! I had
to file an AOL whitelist petition again.

Warm regards,
Zbigniew Szalbot

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Brad Knowles
On 7/14/07, Zbigniew Szalbot wrote:

  But beware... I recently wrote to two subscribers that we have been sending
  free content to, and as kindly as possible, I wrote that clicking spam
  makes it very difficult for us and other AOL users to send/receive the
  content. I also notified them that I unsubscribed them. As you can imagine,
  I got spam complaint one more time and actually got blocked by that! I had
  to file an AOL whitelist petition again.

As Larry Stone mentioned, just put something in the headers and 
footers of every message, which tells AOL users that they will have 
their entire domain permanently banned from the list, if you get too 
many spam complaints.

Then carry through on that threat when it happens.

Simple.








And I say this as the former Sr. Internet Mail Systems Administrator for AOL.

The people working there may or may not be clueless, but 
99.9% of the users on the system most definitely are 
clueless, and there's only so much you can do to accommodate them.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Zbigniew Szalbot

Hello,

 As Larry Stone mentioned, just put something in the headers and
 footers of every message, which tells AOL users that they will have
 their entire domain permanently banned from the list, if you get too
 many spam complaints.
 
 Then carry through on that threat when it happens.
 
 Simple.

Simple - yes. Effective? Depends on what you are after. By doing it this
way you are not really different from AOL, are you? You punish many users
just because some other are thoughtless and lazy. When I offer something, I
want people to use it, not ban it. 

Warm regards,

zbigniew szalbot

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Ralf Hildebrandt
* Zbigniew Szalbot [EMAIL PROTECTED]:

  Do you use VERP to send out the mails? If you do that you can see who
  the culprit is.

 What I do is I open the email headers and look for message ID. Then, based
 on the email date, I grep the appropriate log and find out the  ok
 never mind, let's behave... ;)

That doesn't help since a message can have multiple recipients in the
AOL.com domain...

 But beware... I recently wrote to two subscribers that we have been sending
 free content to, and as kindly as possible, I wrote that clicking spam
 makes it very difficult for us and other AOL users to send/receive the
 content. I also notified them that I unsubscribed them. As you can imagine,
 I got spam complaint one more time and actually got blocked by that! I had
 to file an AOL whitelist petition again.

Never overestimate the cluefulness of AOL.com users.

-- 
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin BerlinTel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-BerlinFax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBFsend no mail to [EMAIL PROTECTED]
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Larry Stone
On 7/14/07 12:42 PM, Zbigniew Szalbot at [EMAIL PROTECTED] wrote:

 
 Hello,
 
 As Larry Stone mentioned, just put something in the headers and
 footers of every message, which tells AOL users that they will have
 their entire domain permanently banned from the list, if you get too
 many spam complaints.
 
 Then carry through on that threat when it happens.
 
 Simple.
 
 Simple - yes. Effective? Depends on what you are after. By doing it this
 way you are not really different from AOL, are you? You punish many users
 just because some other are thoughtless and lazy. When I offer something, I
 want people to use it, not ban it.

Brad misunderstood or misstated what I do. I don't ban the domain (aol.com),
I ban the user ([EMAIL PROTECTED]).

I know this next gets a little away from Mailman and I can't say for other
MTAs but it's simple to do in Postfix:

In main.cf:
smtpd_recipient_restrictions=
...
 check_sender_access hash:/etc/postfix/sender_checks,
...

In sender_checks:
# This file has to be compiled with postmap -
# $ postmap hash:sender_checks
# Sender is SMTP FROM argument

# [EMAIL PROTECTED] banned for AOL TOS notice - 10/20/05
[EMAIL PROTECTED]   554 You have previously reported requested
mail from here as SPAM - you are banned from this server (see
http://www.stonejongleux.com/spamban.html - 10/20/05)

(note that the above needs to be one line in the actual sender_checks file)

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Dave Dewey
Quoting Ralf Hildebrandt ([EMAIL PROTECTED]):

 * Rick Pasotto [EMAIL PROTECTED]:
 
  I have recently been getting some of these from one of my mailing lists.
 
 Welcome to the wonderful world of AOL retards.
 
  There is nothing in it (that I've been able to see) that would tell me
  who the user is that is rejecting the email. There are several AOL
  addresses subscribed but only one rejection each time a mailing goes out.
 
 Do you use VERP to send out the mails? If you do that you can see who
 the culprit is.

VERP doesn't work any longer for these, as of a couple months ago.
They now redact ALL information that can be used to identify the
user, including verp'd addresses.

Messageid still works, for whatever reason it's the one piece of
header info that isn't redacted at this point.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Larry Stone
On 7/14/07 3:53 PM, Dave Dewey at [EMAIL PROTECTED] wrote:

 Quoting Ralf Hildebrandt ([EMAIL PROTECTED]):
 
 * Rick Pasotto [EMAIL PROTECTED]:
 
 I have recently been getting some of these from one of my mailing lists.
 
 Welcome to the wonderful world of AOL retards.
 
 There is nothing in it (that I've been able to see) that would tell me
 who the user is that is rejecting the email. There are several AOL
 addresses subscribed but only one rejection each time a mailing goes out.
 
 Do you use VERP to send out the mails? If you do that you can see who
 the culprit is.
 
 VERP doesn't work any longer for these, as of a couple months ago.
 They now redact ALL information that can be used to identify the
 user, including verp'd addresses.

That's unfortunate. At this point, what's the point of getting them if they
won't give you any useful information as to who doesn't want the list mail
they requested.

But it's always been clear that AOL assumes everyone outside is a spammer.
They probably can't get their minds around the idea that some of their own
customers subscribe to lists and then mark them as spam when they no longer
want them rather than properly unsubscribing. And that we, as responsible
list owners, want to get them off our lists.

I know some will disagree but if it comes to it, then I just make it clear
that I don't accept AOL users as subscribers. If they want to subscribe,
they will have to do so from a real ISP.

 Messageid still works, for whatever reason it's the one piece of
 header info that isn't redacted at this point.

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Messages not being delivered.

2007-07-14 Thread Brandon Slaten
Greetings,

Thanks for any time you can give this problem.

I just moved our Mailman lists to a new server.  Accessing the listinfo
and admin pages works fine.  After creating a new list mail sent to that
list is delivered.  However mail set to the old lists, the ones that
were moved to this server, is not delivered.

I do however get moderation and bounce notices from those lists.  I ran
check_perms to see if there were any problems with permissions and got
the following:

file permissions must be at least 660:
/var/lib/mailman/lists/ofap_mgrs/config.db (fixing)
file permissions must be at least 660:
/var/lib/mailman/lists/ofap_mgrs/config.db.last (fixing)
file permissions must be at least 660:
/var/lib/mailman/lists/python/config.db (fixing)
file permissions must be at least 660:
/var/lib/mailman/lists/python/config.db.last (fixing)
file permissions must be at least 660:
/var/lib/mailman/lists/python/next-digest (fixing)
file permissions must be at least 660:
/var/lib/mailman/lists/python/next-digest-topics (fixing)

A second run showed no errors yet still not message being delivered when
sent to the older lists.

I also have this from the logs.

Jul 14 14:25:36 chandon postfix/qmgr[3905]: C13DF3793B:
from=[EMAIL PROTECTED], size=629, nrcpt=1 (queue active)
Jul 14 14:25:36 chandon postfix/smtpd[9619]: disconnect from
host2.atd.ucar.edu[128.117.80.16]
Jul 14 14:25:36 chandon postfix/local[9833]: C13DF3793B:
to=[EMAIL PROTECTED], relay=local, delay=0, status=sent
(delivered to command: /usr/lib/mailman/mail/mailman post listname)
Jul 14 14:25:36 chandon postfix/qmgr[3905]: C13DF3793B: removed


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Krystal Zipfel
Remember, AOL is not the only retarded ISP out there.

Working for a web hosting company, I see this happen all the time. AOL is 
notorious, but so is Comcast, Bellsouth, and Verizon (to name a few).

but hey, if it wasn't for Spam and horrible ISP's that block everyone except 
themselves... think of how many jobs would be lost? :-)

- Original Message 
From: Larry Stone [EMAIL PROTECTED]
To: Mailman mailman-users@python.org
Sent: Saturday, July 14, 2007 5:51:18 PM
Subject: Re: [Mailman-Users] AOL's Client TOS Notification

On 7/14/07 3:53 PM, Dave Dewey at [EMAIL PROTECTED] wrote:

 Quoting Ralf Hildebrandt ([EMAIL PROTECTED]):
 
 * Rick Pasotto [EMAIL PROTECTED]:
 
 I have recently been getting some of these from one of my mailing lists.
 
 Welcome to the wonderful world of AOL retards.
 
 There is nothing in it (that I've been able to see) that would tell me
 who the user is that is rejecting the email. There are several AOL
 addresses subscribed but only one rejection each time a mailing goes out.
 
 Do you use VERP to send out the mails? If you do that you can see who
 the culprit is.
 
 VERP doesn't work any longer for these, as of a couple months ago.
 They now redact ALL information that can be used to identify the
 user, including verp'd addresses.

That's unfortunate. At this point, what's the point of getting them if they
won't give you any useful information as to who doesn't want the list mail
they requested.

But it's always been clear that AOL assumes everyone outside is a spammer.
They probably can't get their minds around the idea that some of their own
customers subscribe to lists and then mark them as spam when they no longer
want them rather than properly unsubscribing. And that we, as responsible
list owners, want to get them off our lists.

I know some will disagree but if it comes to it, then I just make it clear
that I don't accept AOL users as subscribers. If they want to subscribe,
they will have to do so from a real ISP.

 Messageid still works, for whatever reason it's the one piece of
 header info that isn't redacted at this point.

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/zipfel%40greenacrestechnology.com

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp







   

Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it's updated for 
today's economy) at Yahoo! Games.
http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow  
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Christopher X. Candreva
On Sat, 14 Jul 2007, Larry Stone wrote:

 That's unfortunate. At this point, what's the point of getting them if they
 won't give you any useful information as to who doesn't want the list mail
 they requested.

It's not really supposed to be usefull on a per-mail basis, rather as a way 
of spotting trends -- a new bad-apple customer, a comrpromised script, 
virus-infected user, etc.

I have one client with a list that has one person on it who, without fail, 
reports every message as spam, yet claims he isn't and that he wants the 
messages.   I've given up -- The server is on AOL's whitelist, they've never 
blocked it, and I have it on authority from the former heard of AOL's 
anti-spam group that they won't.



==
Chris Candreva  -- [EMAIL PROTECTED] -- (914) 948-3162
WestNet Internet Services of Westchester
http://www.westnet.com/
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Christopher X. Candreva

 VERP doesn't work any longer for these, as of a couple months ago.
 They now redact ALL information that can be used to identify the
 user, including verp'd addresses.

As of June ( the last one I received) they only removed the list name part, 
so you get a line like this
Return-Path: [EMAIL PROTECTED]

Where user is the actually user name at AOL.
It's usually fairly easy to figure out what list it was.


==
Chris Candreva  -- [EMAIL PROTECTED] -- (914) 948-3162
WestNet Internet Services of Westchester
http://www.westnet.com/
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] Format conversion

2007-07-14 Thread Bill Suarez
Perhaps I've missed this in the doc's (but I don't think so).

How can I configure Mailman to convert an HTML post into plain text?

When a member post from Hotmail or Yahoo in HTML format I end up with a
.html attachment and two .txt attachments (for the list header and
footer) which makes it very difficult to read messages on portable
devices.

Any guidance would be appreciated.

Thanks in advance,
Bill Suarez


WJSuarez - mailto:[EMAIL PROTECTED]
http://www.wsuarez.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Dave Dewey
Quoting Christopher X. Candreva ([EMAIL PROTECTED]):

 
  VERP doesn't work any longer for these, as of a couple months ago.
  They now redact ALL information that can be used to identify the
  user, including verp'd addresses.
 
 As of June ( the last one I received) they only removed the list name part, 
 so you get a line like this
 Return-Path: [EMAIL PROTECTED]
 
 Where user is the actually user name at AOL.
 It's usually fairly easy to figure out what list it was.

This is the last one I got, from June.  See if you can figure the
username out. :-) They even redacted part of my domain name
(postcardfromhell.com), probably because the redacted piece is the
same as the list name (postcard).  Regexes gone wild!

Return-Path: [EMAIL PROTECTED]  
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Brad Knowles
On 7/14/07, Zbigniew Szalbot wrote:

  Simple - yes. Effective? Depends on what you are after. By doing it this
  way you are not really different from AOL, are you? You punish many users
  just because some other are thoughtless and lazy. When I offer something, I
  want people to use it, not ban it.

You're not punishing these other users -- AOL and the other clueless 
users are.  If AOL didn't shoot first and ask questions later, then 
these problems wouldn't exist.

There's not much you can do in this case.  All you can hope to 
reasonably do is to protect all your other users from what may happen 
with any AOL-related addresses.


By the way, these measures were enacted *after* I left.  If I had 
still been there, I assure you that things would be different.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Brad Knowles
On 7/14/07, Larry Stone wrote:

  # [EMAIL PROTECTED] banned for AOL TOS notice - 10/20/05
  [EMAIL PROTECTED]   554 You have previously reported requested
  mail from here as SPAM - you are banned from this server (see
  http://www.stonejongleux.com/spamban.html - 10/20/05)

That's cool too, but is not scalable -- larger lists simply can't 
afford to put in that kind of separately work maintaining the list of 
users who are rejected for reasons like this.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Format conversion

2007-07-14 Thread Brad Knowles
On 7/14/07, Bill Suarez wrote:

  Perhaps I've missed this in the doc's (but I don't think so).

The official List Administration Manual at 
http://www.list.org/mailman-admin/index.html is incomplete.  It 
effectively stops at section 2.9 The Archiving Options Category 
(URL: http://www.list.org/mailman-admin/node26.html), and what 
you're looking for would be covered in section 2.12 The Content 
Filtering Category.

The updated version of this manual is being worked on, and what's 
been done so far can be found at 
http://wiki.list.org/display/DOC/Mailman+2.1+List+Administrators+Manual.

  How can I configure Mailman to convert an HTML post into plain text?

Go to the web admin page for your list.  Go to the Content 
Filtering section.  Scroll down to the bottom, and where it says 
... convert text/html parts to plain text?, you make sure that the 
radio button is set to Yes.  If not, set it to Yes, then click 
the Submit Your Changes button at the bottom of the page.

  When a member post from Hotmail or Yahoo in HTML format I end up with a
  .html attachment and two .txt attachments (for the list header and
  footer) which makes it very difficult to read messages on portable
  devices.

Hopefully, this will solve your problem.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Brad Knowles
On 7/14/07, Larry Stone wrote:

  But it's always been clear that AOL assumes everyone outside is a spammer.

The scary thing was that, when I was working there, every few months 
we'd get a whole new raft of VPs in the company, they'd all get sick 
and tired of the spam they were getting, and they'd all pressure us 
to implement all sorts of damn stupid ideas that had been reviewed 
and rejected years ago.  We got to the point where we had a very long 
multi-page FAQ that we'd send to every single VP who ever broached 
the subject with us, and that would usually shut them up.

When the VPs of the company can't be bothered to even try to 
understand the problem well enough to know what additional viable 
measures can be applied, and pressure you to do all sorts of damn 
stupid stuff, there's only so long that the people with any clue can 
survive.

  They probably can't get their minds around the idea that some of their own
  customers subscribe to lists and then mark them as spam when they no longer
  want them rather than properly unsubscribing. And that we, as responsible
  list owners, want to get them off our lists.

Most of their decisions are made by the marketing department, and 
have no grounding whatsoever in anything remotely resembling reality.

Besides, Goodmail pays them money for every Goodmail-signed message 
that they accept, so it's in their financial best interests to ensure 
that only Goodmail can send e-mail to them.  So far as they're 
concerned, it's perfectly fine for them to pimp out their customers 
to Goodmail senders.

  I know some will disagree but if it comes to it, then I just make it clear
  that I don't accept AOL users as subscribers. If they want to subscribe,
  they will have to do so from a real ISP.

For as long as I worked at AOL, and ever since, I always tried to 
encourage people with half a brain to go somewhere else.

I even finally got my Mom off AOL.

-- 
Brad Knowles [EMAIL PROTECTED], Consultant  Author
LinkedIn Profile: http://tinyurl.com/y8kpxu
Slides from Invited Talks: http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] Format conversion

2007-07-14 Thread Bill Suarez
Thanks Brad, I'll give that a shot.

Appreciate the guidance.

Bill

-Original Message-
From: Brad Knowles [mailto:[EMAIL PROTECTED] 
Sent: Saturday, July 14, 2007 9:36 PM
To: [EMAIL PROTECTED]; mailman-users@python.org
Subject: Re: [Mailman-Users] Format conversion

On 7/14/07, Bill Suarez wrote:

  Perhaps I've missed this in the doc's (but I don't think so).

The official List Administration Manual at
http://www.list.org/mailman-admin/index.html is incomplete.  It
effectively stops at section 2.9 The Archiving Options Category 
(URL: http://www.list.org/mailman-admin/node26.html), and what you're
looking for would be covered in section 2.12 The Content Filtering
Category.

The updated version of this manual is being worked on, and what's been done
so far can be found at
http://wiki.list.org/display/DOC/Mailman+2.1+List+Administrators+Manual.

  How can I configure Mailman to convert an HTML post into plain text?

Go to the web admin page for your list.  Go to the Content Filtering
section.  Scroll down to the bottom, and where it says ... convert
text/html parts to plain text?, you make sure that the radio button is set
to Yes.  If not, set it to Yes, then click the Submit Your Changes
button at the bottom of the page.

  When a member post from Hotmail or Yahoo in HTML format I end up with 
 a  .html attachment and two .txt attachments (for the list header and
  footer) which makes it very difficult to read messages on portable  
 devices.

Hopefully, this will solve your problem.

--
Brad Knowles [EMAIL PROTECTED], Consultant  Author LinkedIn Profile:
http://tinyurl.com/y8kpxu Slides from Invited Talks:
http://tinyurl.com/tj6q4

09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Christopher X. Candreva
On Sat, 14 Jul 2007, Dave Dewey wrote:

 Return-Path: [EMAIL PROTECTED]  

Wow, maybe I'm just lucky.

Is your server on the AOL whitelist ? 

==
Chris Candreva  -- [EMAIL PROTECTED] -- (914) 948-3162
WestNet Internet Services of Westchester
http://www.westnet.com/
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread David Gibbs
Ralf Hildebrandt wrote:
 Never overestimate the cluefulness of AOL.com users.

It doesn't help that AOL put the Report SPAM button right next to the
Delete button.

I've had a number of people report mail from my lists as spam when they
thought they were simply deleting a message they had finished reading.

david

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] AOL's Client TOS Notification

2007-07-14 Thread Larry Stone
On 7/14/07 8:26 PM, Brad Knowles at [EMAIL PROTECTED] wrote:

 On 7/14/07, Larry Stone wrote:
 
  # [EMAIL PROTECTED] banned for AOL TOS notice - 10/20/05
  [EMAIL PROTECTED]   554 You have previously reported requested
  mail from here as SPAM - you are banned from this server (see
  http://www.stonejongleux.com/spamban.html - 10/20/05)
 
 That's cool too, but is not scalable -- larger lists simply can't
 afford to put in that kind of separately work maintaining the list of
 users who are rejected for reasons like this.

No disagreement there, Brad. I've only had four or five over the last couple
of years. That's why I said at a certain point, you just say no to AOL
subscribers.

-- 
Larry Stone
[EMAIL PROTECTED]
http://www.stonejongleux.com/


--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp