Re: [Mailman-Users] Footer not being appended to messages in 2.1.10

2009-12-01 Thread Jay Deiman

Jay Deiman wrote:

Hello all,

I've been running mailman 2.1.10 on FreeBSD 6.2 for quite some time now 
and I just recently noticed that the default footer (msg_footer) is not 
being appended to all the messages.  Is there something else that needs 
to be set/enabled to turn this on?  I've searched for this problem and 
I've found nothing so I'm kind of assuming that I'm missing a setting 
somewhere.


I figured out what was going on here.  This was due to my still using 
the deprecated Sendmail DELIVERY_MODULE.  I switched to SMTPDirect 
and everything is peachy now.


On a related note, is there any plan to possibly fix/rewrite the 
Sendmail module.  The reason I was using it in the first place is 
because it was much easier in terms of integration with my system since 
using the sendmail binary for outgoing mail bypasses all the post-queue 
content filtering and such that goes on on my server.


On the flipside, setting up SMTPDirect with postfix was just a matter of 
adding an smtpd entry in master.cf that only listens on localhost and 
just permits.  However, it would still be nice to *realistically* have 
an option.


Jay

--
Jay Deiman

\033:wq!
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Footer not being appended to messages in 2.1.10

2009-11-12 Thread Jay Deiman

Hello all,

I've been running mailman 2.1.10 on FreeBSD 6.2 for quite some time now 
and I just recently noticed that the default footer (msg_footer) is not 
being appended to all the messages.  Is there something else that needs 
to be set/enabled to turn this on?  I've searched for this problem and 
I've found nothing so I'm kind of assuming that I'm missing a setting 
somewhere.


Thanks,

Jay

--
Jay Deiman

\033:wq!
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Periods in user email addresses rejected

2008-08-04 Thread Jay Deiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stephen J. Turnbull wrote:
| Jay Deiman writes:
|
|   I just got mailman up and running with Postfix and everything has been
|   working perfectly except when someone tries to subscribe to the list
|   that has a period in the user portion of the address.  For example:
|   [EMAIL PROTECTED]  It gets rejected as an invalid email
address by
|   the web interface.
|
| I've never heard of this before.  Just checking, but are you sure that
| these mailboxes don't have periods in their display names rather than
| (or as well as) their addresses?  That is, although
|
| Stephen Turnbull [EMAIL PROTECTED]
|
| is a valid mailbox according to RFC 2822,
|
| Stephen J. Turnbull [EMAIL PROTECTED]
|
| is not, and must be quoted
|
| Stephen J. Turnbull [EMAIL PROTECTED]
|
| (I don't think Mailman checks for this, but given that AFAICT from the
| source, Mailman should not behave the way you describe, it's a guess.)
|
|   First, is this a setting somewhere that can be changed?
|
| No.  I would assume that the design is to allow anything that RFC 2822
| does.  As far as I can tell, what you are seeing is a MMHostileAddress
| as defined in Mailman/Errors.py, and the characters checked for are in
| _badchars and _specials in Mailman/Utils.py.  However, '.' isn't in
| there AFAICS, in a recently updated bzr checkout of 2.1.
|
| What version of Mailman are you using?
|

I'm using version 2.1.10 (FreeBSD port) with Postfix 2.4.1 (FreeBSD
port).  I just tried this again through the web interface (not as an
admin, but as someone attempting to subscribe) and I got the same
results. I used the address [EMAIL PROTECTED] (without quotes) and
no name in the name field.  Verbatim, I get this response:

You must supply a valid email address.

That is it.  I've tested with other email addresses, not containing a
period, and they all work fine.

Jay Deiman
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIlx3sQ0lr+ZVKSBgRApUXAJ41eurzX9hucqZzAcSxpYyPLx2ebgCgpIsu
Q/jlKqwqsX51Gfm7kwQcSjw=
=pGok
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


Re: [Mailman-Users] Periods in user email addresses rejected

2008-08-04 Thread Jay Deiman

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jay Deiman wrote:
| Stephen J. Turnbull wrote:
| | Jay Deiman writes:
| |
| |   I just got mailman up and running with Postfix and everything has
been
| |   working perfectly except when someone tries to subscribe to the list
| |   that has a period in the user portion of the address.  For example:
| |   [EMAIL PROTECTED]  It gets rejected as an invalid email
| address by
| |   the web interface.
| |
| | I've never heard of this before.  Just checking, but are you sure that
| | these mailboxes don't have periods in their display names rather than
| | (or as well as) their addresses?  That is, although
| |
| | Stephen Turnbull [EMAIL PROTECTED]
| |
| | is a valid mailbox according to RFC 2822,
| |
| | Stephen J. Turnbull [EMAIL PROTECTED]
| |
| | is not, and must be quoted
| |
| | Stephen J. Turnbull [EMAIL PROTECTED]
| |
| | (I don't think Mailman checks for this, but given that AFAICT from the
| | source, Mailman should not behave the way you describe, it's a guess.)
| |
| |   First, is this a setting somewhere that can be changed?
| |
| | No.  I would assume that the design is to allow anything that RFC 2822
| | does.  As far as I can tell, what you are seeing is a MMHostileAddress
| | as defined in Mailman/Errors.py, and the characters checked for are in
| | _badchars and _specials in Mailman/Utils.py.  However, '.' isn't in
| | there AFAICS, in a recently updated bzr checkout of 2.1.
| |
| | What version of Mailman are you using?
| |
|
| I'm using version 2.1.10 (FreeBSD port) with Postfix 2.4.1 (FreeBSD
| port).  I just tried this again through the web interface (not as an
| admin, but as someone attempting to subscribe) and I got the same
| results. I used the address [EMAIL PROTECTED] (without quotes) and
| no name in the name field.  Verbatim, I get this response:
|
| You must supply a valid email address.
|
| That is it.  I've tested with other email addresses, not containing a
| period, and they all work fine.
|
| Jay Deiman

Ah ha!  I figured out what the problem was, well mostly anyways.  I was
using an apache RedirectMatch on the domain to redirect to https from
http.  This was causing the sign-up requests to be sent via http and
then redirected to https and somehow in this transaction, the email was
broken.  Not sure why that is.  But on the bright side, I changed the
DEFAULT_URL_PATTERN to 'https://%s/mailman/' and ran fix_url on the
mailing list and now everything works perfectly.  So, for whatever odd
reason, the redirect was breaking email addresses with periods in them.

Thanks for the help!

Jay
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIlyEKQ0lr+ZVKSBgRAqxHAJ0fMsbWGN3dG2nhesLA+e//eDRgggCfbZF+
ZyFFne4XGxn3CeT66pE5PDI=
=t6NU
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9


[Mailman-Users] Periods in user email addresses rejected

2008-08-03 Thread Jay Deiman
I just got mailman up and running with Postfix and everything has been 
working perfectly except when someone tries to subscribe to the list 
that has a period in the user portion of the address.  For example: 
[EMAIL PROTECTED]  It gets rejected as an invalid email address by 
the web interface.


First, is this a setting somewhere that can be changed?  I've searched 
through the administrative settings and can't seem to find it.  I've 
also looked through the FAQs and can't find any reference to this issue. 
 I've tried Google, to no avail.  I would imagine that I'm not the 
first to pose this question...


Second, if there isn't an actual setting for this, please point me in 
the direction of the source file responsible for the (what I assume is 
an) email address regex so I can change this behavior.


Thank you,

Jay Deiman

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9