Re: [Mailman-Users] Personalization issue

2012-06-01 Thread wilby
Thank you for the information. Wilby On 5/31/2012 2:49 PM, wilby wrote: > > 1. There must be a way to get the footer to always show in the message, is > there? -- View this message in context: http://old.nabble.com/Personalization-issue-tp33941589p33947197.html Sent from the Mailman - Us

Re: [Mailman-Users] Personalization issue

2012-06-01 Thread Mark Sapiro
On 5/31/2012 2:49 PM, wilby wrote: > > 1. There must be a way to get the footer to always show in the message, is > there? See the FAQ at . > 2. Maybe there is an easier way to get the "delivered_to" info to appear > somewhere in my messages. If you can get the

[Mailman-Users] Personalization issue

2012-05-31 Thread wilby
Help please I'm a MM 2.1.12 user who uses the MM that runs on a server located at my ISP offices. I have no access to the server but am able to use MM as a "send only" email message delivery system. I manually add new subscribers and also manually unsubscribe them. Lately I've had a problem dele

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
Tim Van Dyne wrote: >>I'm assuming I would change $prefix/Mailman/Handlers/Cleanse.py somehow >>then. >>So, of this, what would I change?: >> [...] >>msg['From'] = formataddr((i18ndesc, mlist.GetListEmail())) >Change the above line to >msg['From'] = mlist.GetListEmail() Right

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Mark Sapiro
Tim Van Dyne wrote: >I'm assuming I would change $prefix/Mailman/Handlers/Cleanse.py somehow >then. >So, of this, what would I change?: > [...] >msg['From'] = formataddr((i18ndesc, mlist.GetListEmail())) Change the above line to msg['From'] = mlist.GetListEmail() -- Mark Sapi

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
ddr((i18ndesc, mlist.GetListEmail())) msg['Reply-To'] = mlist.GetListEmail() Or am I going in the wrong direction? I'm looking to just take the description out of the equation for anonymous_list. -Original Message- From: Mark Sapiro [mailto:m...@msapiro.net] Se

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Mark Sapiro
Tim Van Dyne wrote: >I realized about an hour after I sent the message that personalization >doesn't affect this. But I didn't know that anonymous_list added the >description. The description was added in Mailman 2.1.6. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Tim Van Dyne
Tim Van Dyne wrote: >>I just upgraded to 2.1.9 and it seems that Personalization now re-writes >>the "Sender" or "From" field on all recipients' emails to use the >>'description' of the list. I've been unsuccessful in disabling this >>unless I delete the description field, but then there would b

Re: [Mailman-Users] Personalization - How do I explicitly disableSender field rewrite

2009-11-19 Thread Mark Sapiro
Tim Van Dyne wrote: >I just upgraded to 2.1.9 and it seems that Personalization now re-writes >the "Sender" or "From" field on all recipients' emails to use the >'description' of the list. I've been unsuccessful in disabling this >unless I delete the description field, but then there would be no

[Mailman-Users] Personalization - How do I explicitly disable Sender field rewrite

2009-11-19 Thread Tim Van Dyne
I just upgraded to 2.1.9 and it seems that Personalization now re-writes the "Sender" or "From" field on all recipients' emails to use the 'description' of the list. I've been unsuccessful in disabling this unless I delete the description field, but then there would be no description on the listin

Re: [Mailman-Users] Personalization default

2008-01-25 Thread Mark Sapiro
Richard Pyne wrote: > I can't seem to find any way to set the personalization default. I want to > set the default for new lists to Full Personalization. Is there a > reasonable way to do this? There is no configuration setting for this. You'd need to modify the InitVars() function in the Mailm

[Mailman-Users] Personalization default

2008-01-25 Thread Richard Pyne
I can't seem to find any way to set the personalization default. I want to set the default for new lists to Full Personalization. Is there a reasonable way to do this? I am running Mailman 2.1.9. Thanks. --Richard -- Mailman-Users mailing li

Re: [Mailman-Users] Personalization [was: mailman post mail to list error]

2007-04-22 Thread Brad Knowles
At 9:10 PM +0200 4/22/07, Calvin Muller wrote: > Okay, I did what you said but I notice that the Unsubscribe footer is sent > in a .txt file which is attached to the email. Is there anyway you could > append this to the bottom on the mail and not in an attachment form.. Search the FAQ Wizard f

Re: [Mailman-Users] Personalization [was: mailman post mail to list error]

2007-04-22 Thread Calvin Muller
PROTECTED] Sent: Friday, April 20, 2007 7:23 PM To: Mailman Users Cc: Calvin Muller Subject: Re: [Mailman-Users] Personalization [was: mailman post mail to list error] Mark Sapiro pisze: > Calvin Muller wrote: > > >> Thank you very much, I did actually manage to get it to work. :)

Re: [Mailman-Users] Personalization [was: mailman post mail to listerror]

2007-04-20 Thread Brad Knowles
At 8:45 PM +0200 4/20/07, Zbigniew Szalbot wrote: > But isn't there a setting you can use to limit how many emails are passed > to MTA before mailman pauses a bit? Mailman doesn't pause, at least not intentionally. > I know I am not really using technical >

Re: [Mailman-Users] Personalization [was: mailman post mail to listerror]

2007-04-20 Thread Mark Sapiro
Zbigniew Szalbot wrote: >> >But isn't there a setting you can use to limit how many emails are >passed to MTA before mailman pauses a bit? I know I am not really using >technical jargon here but I thought there was a way to control how fast >emails are passed to an MTA. No. There is no such

Re: [Mailman-Users] Personalization [was: mailman post mail to listerror]

2007-04-20 Thread Zbigniew Szalbot
Dear Mark, Thanks for correcting me! There's a setting to limit the number of emails mailman passes to a mailserver in one go. I don't remember it off hand, though. I think you are thinking of SMTP_MAX_RCPTS which controls the maximum number of recipients (RCPT commands) for one SMTP tr

Re: [Mailman-Users] Personalization [was: mailman post mail to listerror]

2007-04-20 Thread Mark Sapiro
zs wrote: > >Mark Sapiro pisze: >> >> Set >> >> OWNERS_CAN_ENABLE_PERSONALIZATION = Yes >> >> in mm_cfg.py. Then go to the admin Non-digest options page and set >> personalize to Yes or Full as desired and set msg_header and/or >> msg_footer as desired. See the "Details for ..." links for a list o

Re: [Mailman-Users] Personalization [was: mailman post mail to list error]

2007-04-20 Thread zs
Mark Sapiro pisze: Calvin Muller wrote: Thank you very much, I did actually manage to get it to work. :) Thanks again very much. If I am sending out a newsletter to people I create the HTML newsletter in Outlook and then I send it to [EMAIL PROTECTED] it sends and is archived but how do I ad

Re: [Mailman-Users] Personalization [was: mailman post mail to list error]

2007-04-20 Thread Mark Sapiro
Calvin Muller wrote: >Thank you very much, I did actually manage to get it to work. :) Thanks >again very much. If I am sending out a newsletter to people I create the >HTML newsletter in Outlook and then I send it to [EMAIL PROTECTED] it >sends and is archived but how do I add unsubscribe links a

Re: [Mailman-Users] personalization and limiting number of emails to MTA

2006-11-30 Thread Zbigniew Szalbot
Hello, On Thu, 30 Nov 2006, Patrick Bogen wrote: >> Is it possible within Mailman 2.1.9 to limit the number of emails sent to >> an MTA responsible for delivery so that not all of them are passed on one >> connection? > > Yes, set SMTP_MAX_SESSIONS_PER_CONNECTION and/or SMTP_MAX_RCPTS in > your m

Re: [Mailman-Users] personalization and limiting number of emails to MTA

2006-11-30 Thread Patrick Bogen
On 11/30/06, Zbigniew Szalbot <[EMAIL PROTECTED]> wrote: > Is it possible within Mailman 2.1.9 to limit the number of emails sent to > an MTA responsible for delivery so that not all of them are passed on one > connection? Yes, set SMTP_MAX_SESSIONS_PER_CONNECTION and/or SMTP_MAX_RCPTS in your mm_

[Mailman-Users] personalization and limiting number of emails to MTA

2006-11-30 Thread Zbigniew Szalbot
Hello, Is it possible within Mailman 2.1.9 to limit the number of emails sent to an MTA responsible for delivery so that not all of them are passed on one connection? I have a mls with about 600 addresses and the list is set to full personalization (monthly anounce list). When I ran it for the

Re: [Mailman-Users] Personalization Question

2006-10-19 Thread Mark Sapiro
Ashley M. Kirchner wrote: > >I'm helping a customer set up three new lists and am running against >a small issue. I have OWNERS_CAN_ENABLE_PERSONALIZATION turned on and >when we send a message to the list address, the message has: > >Subject: [whatever subject] >From: >Sender: <

[Mailman-Users] Personalization Question

2006-10-19 Thread Ashley M. Kirchner
I'm helping a customer set up three new lists and am running against a small issue. I have OWNERS_CAN_ENABLE_PERSONALIZATION turned on and when we send a message to the list address, the message has: Subject: [whatever subject] From: Sender: <[EMAIL PROTECTED]> Reply-To:

Re: [Mailman-Users] Personalization

2006-06-30 Thread Mark Sapiro
Fabiano Breves wrote: >I set the personalization option to Full for a list so the mail would be >sent to the user address and not to the list main address. It kinda work. >But the main list address is still shown in the CC: field. Is there any way >to avoid this behavior ? Only by modifying the c

[Mailman-Users] Personalization

2006-06-30 Thread Fabiano Breves
Hi ALL, I set the personalization option to Full for a list so the mail would be sent to the user address and not to the list main address. It kinda work. But the main list address is still shown in the CC: field. Is there any way to avoid this behavior ? -- Fabiano de Carvalho Breves [EMAIL PRO

Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
Mark Sapiro wrote: > >for part in msg.walk(): >if part.get_content_maintype() == 'text': >del part['content-transfer-encoding'] >part.set_payload(DoReplacements( >part.get_payload(decode=True))) That probably won't work. How abou

Re: [Mailman-Users] Personalization in the original email

2006-03-28 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > >I've been trying to get personalization working inside the body of the original >email instead of using header and footer. >I did manage to get it working in plain text and html format, by doing some >tweaking in the Decorate.py file. >However, the code I added to get it

[Mailman-Users] Personalization in the original email

2006-03-28 Thread fmpage
Hi, I've been trying to get personalization working inside the body of the original email instead of using header and footer. I did manage to get it working in plain text and html format, by doing some tweaking in the Decorate.py file. However, the code I added to get it working for multipart/alte

Re: [Mailman-Users] Personalization comes through as attachment

2004-07-20 Thread Brad Knowles
At 3:31 PM -0400 2004-07-20, Anne Ramey wrote: When I set up personalization with mailman, I get it normally in most mail clients. But in Outlook, it's coming through as an attachment. Is there any way to fix this? Do I need to upgrade my mailman? See

Re: [Mailman-Users] Personalization comes through as attachment

2004-07-20 Thread Mark Sapiro
Anne Ramey wrote: >When I set up personalization with mailman, I get it normally in most >mail clients. But in Outlook, it's coming through as an attachment. >Is there any way to fix this? Do I need to upgrade my mailman? > >Using Mailman version: 2.1.2 > See http://www.python.org/cgi-bin/fa

[Mailman-Users] Personalization comes through as attachment

2004-07-20 Thread Anne Ramey
When I set up personalization with mailman, I get it normally in most mail clients. But in Outlook, it's coming through as an attachment. Is there any way to fix this? Do I need to upgrade my mailman? Using Mailman version: 2.1.2 Anne -- Mai

RE: [Mailman-Users] personalization - take 2 solved !

2004-02-05 Thread Paulo Dinis
-response comes like this. How can I solve this ? Any Portuguese fellow have the same problem ? ThankÂs, Paulo Dinis Non technical user -Original Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 23 de Janeiro de 2004 4:28 To: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] pe

Re: [Mailman-Users] personalization - take 2

2004-01-22 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paulo Dinis wrote: > As suggested, the only 3 options available are: > > 1 - Can subscribers choose to receive mail immediately, rather than > in batched digests? > 2 - Header added to mail sent to regular list members > 3 - Footer added to mail sent t

RE: [Mailman-Users] personalization - take 2

2004-01-22 Thread Paulo Dinis
, 23 de Janeiro de 2004 0:02 To: Paulo Dinis Cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] personalization - take 2 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paulo, Paulo Dinis wrote: > Thank's for your responde. Where can I do this ? > > " Is the pe

Re: [Mailman-Users] personalization - take 2

2004-01-22 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paulo, Paulo Dinis wrote: > Thank's for your responde. Where can I do this ? > > " Is the personalization option turned on for this list? If it is > not, then you will get an error like this when you try to add > personalized variables to the foo

RE: [Mailman-Users] personalization - take 2

2004-01-22 Thread Paulo Dinis
Message- From: Todd [mailto:[EMAIL PROTECTED] Sent: quinta-feira, 22 de Janeiro de 2004 22:48 To: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] personalization - take 2 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paulo Dinis wrote: > I have a problem in version 2.1.3. > Footer added t

Re: [Mailman-Users] personalization - take 2

2004-01-22 Thread Todd
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paulo Dinis wrote: > I have a problem in version 2.1.3. > Footer added to mail sent to regular list members, and I have mine like this > : > > > ___ > %(real_name)s mailing list - FÃrum de SHST > Para envia

[Mailman-Users] personalization - take 2

2004-01-22 Thread Paulo Dinis
Hello, I have a problem in version 2.1.3. Footer added to mail sent to regular list members, and I have mine like this : ___ %(real_name)s mailing list - Fórum de SHST Para enviar mensagens para o fórum use este endereço : %(real_name)[EMAIL PROTECTED](

[Mailman-Users] Personalization

2004-01-12 Thread Paulo Dinis
Hello, I have a problem in version 2.1.3. Footer added to mail sent to regular list members, and I have mine like this : ___ %(real_name)s mailing list - Fórum de SHST Para enviar mensagens para o fórum use este endereço : %(real_name)[EMAIL PROTECTED](h

[Mailman-Users] Personalization

2004-01-11 Thread Paulo Dinis
Hi to all, I´m running a list with 170 members. I wishes to personalize the email footer with personal information. I´ve tried to located this info in FAQ arquives, have found some reference to previous versions, Any help ? Non-technical user... Thank´s ! Paulo Dinis Portugal -Original Me

Re: [Mailman-Users] personalization (was Re: mailman & AOL's "Client TOS notification")

2003-11-04 Thread Chuq Von Rospach
bad assumption. On Nov 4, 2003, at 10:58 AM, Will Yardley wrote: I'd like to assume (perhaps wrongly) that most people on *this* list can figure out what address a message was sent to by looking at the headers of the email -- Mailman-User

Re: [Mailman-Users] personalization (was Re: mailman & AOL's "Client TOS notification")

2003-11-04 Thread John Swartzentruber
On Tue, 4 Nov 2003 10:58:05 -0800, Will Yardley wrote: >> > Do we *really* need this "feature" on the mailman-users list? Does >> > anyone actually find it helpful? > >I'd like to assume (perhaps wrongly) that most people on *this* list can >figure out what address a message was sent to by looking

Re: [Mailman-Users] personalization (was Re: mailman & AOL's "Client TOS notification")

2003-11-04 Thread Will Yardley
On Tue, Nov 04, 2003 at 10:55:43AM -0800, Chuq Von Rospach wrote: > On Nov 4, 2003, at 10:52 AM, Will Yardley wrote: > > Do we *really* need this "feature" on the mailman-users list? Does > > anyone actually find it helpful? > god, yes. Please don't assume everyone on your lists is a geek with >

Re: [Mailman-Users] personalization (was Re: mailman & AOL's "Client TOS notification")

2003-11-04 Thread Chuq Von Rospach
On Nov 4, 2003, at 10:52 AM, Will Yardley wrote: Do we *really* need this "feature" on the mailman-users list? Does anyone actually find it helpful? god, yes. Please don't assume everyone on your lists is a geek with perfect memory of which email address got signed up for what list when. -

[Mailman-Users] personalization (was Re: mailman & AOL's "Client TOS notification")

2003-11-04 Thread Will Yardley
On Tue, Nov 04, 2003 at 09:36:58AM -0800, Chuq Von Rospach wrote: > On Nov 4, 2003, at 8:54 AM, Ricardo Kustner wrote: > > I wish I could do that: my current mailman setup doesn't put the > > user's address in the "To:" address and since those wonderful AOL > > reports only include the origina

[Mailman-Users] Personalization with HTML

2003-02-18 Thread Andrew Snook
Hi everyone, I am attempting to create a personalized mailing list that is sent in HTML format. I have successfully configured MailMan to allow for personalization, and after testing it have found it to work. What I would like to do is send out HTML e-mails where users will see "Dear Name" within

Re: [Mailman-Users] Personalization Options

2003-02-03 Thread Larry Hansford
Thanks so much for the info! That is just what I needed to get my lists more personalized. Larry At 11:52 PM 2/1/2003, Jon Carnes wrote: This is from the archives... A message from Sheryl Coe: Here's my own humble how-to, assembled shamelessly from previous posts to this Mailman list. <#> WH

Re: [Mailman-Users] Personalization Options

2003-02-01 Thread Jon Carnes
This is from the archives... A message from Sheryl Coe: Here's my own humble how-to, assembled shamelessly from previous posts to this Mailman list. <#> WHAT PERSONALIZATION LOOKS LIKE > This personalization example is from this Mailman list (urls are not real, do not click): This message was se

[Mailman-Users] Personalization Options

2003-02-01 Thread Larry Hansford
Since I upgraded to Mailman 2.1, I want to add personalized messages in the footer of messages, much like the ones that are included with this list. I added these lines to the mm_cfg.py file, as indicated in the FAQ: VERP_PASSWORD_REMINDERS = 1 VERP_PERSONALIZED_DELIVERIES = 1 VERP_DELIVERY_INT

[Mailman-Users] Personalization Question

2003-01-23 Thread Angel E. Gabriel
If I upgrade from the version on mailman that comes with RH7.3 to the latest version which has personaization, how can I benifit from it? Will people that post to the list have thier details updated automatically? -- Mailman-Users mailing list [E

Re: [Mailman-Users] Personalization

2003-01-23 Thread Barry A. Warsaw
> "RBP" == Richard B Pyne <[EMAIL PROTECTED]> writes: RBP> I found the mention of VERP_PASSWORD_REMINDERS, RBP> VERP_PERSONALIZED_DELIVERIES, VERP_DELIVERY_INTERVAL, and RBP> VERP_CONFIRMATIONS in the FAQ and added them to my mm_cfg.py RBP> file, but I still see no difference

[Mailman-Users] Personalization

2003-01-23 Thread Richard B. Pyne
On 23 Jan 2003 at 7:54, Richard B. Pyne wrote: --snip-- > -- > Mailman-Users mailing list > [EMAIL PROTECTED] > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives:

Re: [Mailman-Users] Personalization

2003-01-08 Thread alex wetmore
On Wed, 8 Jan 2003, Brian Read wrote: > I've just read the little spiel on this under the non digest options. > > I don't entirely understand the "batching" issue. I understood from a > previous post that Mailman batches up to 100 postings together for the same > domain. If, however there is littl

[Mailman-Users] Personalization

2003-01-08 Thread Brian Read
I've just read the little spiel on this under the non digest options. I don't entirely understand the "batching" issue. I understood from a previous post that Mailman batches up to 100 postings together for the same domain. If, however there is little domain crossover in the members of the lis

Re: [Mailman-Users] Personalization in 2.1

2003-01-03 Thread Brian Read
At 16:55 03/01/2003, Bryan Fullerton wrote: On Friday, January 3, 2003, at 11:11 AM, Guillaume Duteil wrote: I am using 2.1b5 and I needed to set "OWNERS_CAN_ENABLE_PERSONALIZATION" to 1 in /Mailman/Default.py Humm, this is the right setting, but you know you should not be changing Mailman/D

Re: [Mailman-Users] Personalization in 2.1

2003-01-03 Thread Bryan Fullerton
On Friday, January 3, 2003, at 11:11 AM, Guillaume Duteil wrote: I am using 2.1b5 and I needed to set "OWNERS_CAN_ENABLE_PERSONALIZATION" to 1 in /Mailman/Default.py Humm, this is the right setting, but you know you should not be changing Mailman/Defaults.py, right? From Defaults.py: # NEVE

Re: [Mailman-Users] Personalization in 2.1

2003-01-03 Thread Guillaume Duteil
I am using 2.1b5 and I needed to set "OWNERS_CAN_ENABLE_PERSONALIZATION" to 1 in /Mailman/Default.py After doing this, I had a new option in "nondigest" section On Fri, 03 Jan 2003 11:45:56 + Brian Read <[EMAIL PROTECTED]> wrote: > Just installed 2.1 over the top of 2.1rc3. No problems. >

[Mailman-Users] Personalization in 2.1

2003-01-03 Thread Brian Read
Just installed 2.1 over the top of 2.1rc3. No problems. However am looking for the "personalization" parameter in the web interface, but can't find it. Cheers Brian Brian J Read www.abandonmicrosoft.co.uk www.theonlineorganiser.com www.thepersonalknowledgebase.com Mitel SMEserver Contribution