Re: [Mailman-Users] control delivery processes

2014-03-04 Thread DongInn Kim
ou wan I am not sure how to do this but Mark Sapiro gave me a good input to fix my problem on this. Regards, -- - DongInn On Mar 4, 2014, at 6:36 AM, Stephen J. Turnbull wrote: > DongInn Kim writes: > >> Can anyone please help me to debug the syntax error in mm_cfg.py? >>

Re: [Mailman-Users] control delivery processes

2014-03-03 Thread DongInn Kim
On 03/03/2014 05:29 PM, DongInn Kim wrote: >> >> I added the ‘time’ variable to the ‘d’ dictionary in >> Handlers/Decorate.py as you mentioned but I got the following error: >> "Warning: The following illegal substitution variables were found in >> the msg_fo

Re: [Mailman-Users] control delivery processes

2014-03-03 Thread DongInn Kim
'time' : time.strftime("%Y/%m"), 232- }) 233-if extradict is not None: 234-d.update(extradict) 235-# Using $-strings? 236-if getattr(mlist, 'use_dollar_strings', 0): 237-template = Utils.to_percent(tem

Re: [Mailman-Users] control delivery processes

2014-03-03 Thread DongInn Kim
What I wanted here is to apply the new DEFAULT_MSG_FOOTER only for the specific mailing lists. Is there something wrong here? Regards, -- - DongInn On Mar 3, 2014, at 4:59 PM, DongInn Kim wrote: > Hi Barry, > > Yes, that is the normal case. We have used it that way so far. > L

[Mailman-Users] control delivery processes

2014-03-03 Thread DongInn Kim
Hi, Is there a way to send a mail after it is archived and then add the archive link to the new mail? Currently it seems to be pretty difficult to implement this because all the new mails are delivered first and then mail archives are generated. As long as I know how mailman sends a mail, I th

[Mailman-Users] Update virtual-mailman for the migrated lists

2013-08-02 Thread DongInn Kim
Hi, Is there a way to generate the virtual-mailman file for the migrated lists which are hosted by some virtual hosts? It seems that there are patterns to follow in virtual-mailman and I may be able to update it manually. The manual work should not be done on this file but I have no idea how to

Re: [Mailman-Users] Good use of the site list?

2013-01-06 Thread DongInn Kim
re | > awk 'BEGIN{print "accept_these_nonmembers = ["} >!/^SITE_LIST$/{print "\"@"$1"\","} >END{print "]"}' > $f > bin/config_list -i $f SITE_LIST > rm $f Regards, -- - DongInn On Jan 6, 2013, at 12:30 AM,

[Mailman-Users] Good use of the site list?

2013-01-05 Thread DongInn Kim
Hi, Is there a way to make a good use of the site list? It seems that it is just a representative list for all the other actual lists in a system. Nobody can use the list to notify the site admin. Of course it is possible to send an email to -ow...@example.com to notify the site admin but it w

Re: [Mailman-Users] Turn off wraping a line

2006-04-02 Thread DongInn Kim
ture on mailman. Can this be done on mm_cfg.py or do I have to tweak some codes (especially Mailman/Utils.py)? Regards, -- DongInn Mark Sapiro wrote: >DongInn Kim wrote: > > >>Is there a simple configuration to turn off the functionality of >>wrapping a line in a mail?

[Mailman-Users] Turn off wraping a line

2006-03-31 Thread DongInn Kim
Hi, Is there a simple configuration to turn off the functionality of wrapping a line in a mail? I have mailman-2.1.6 installed on RHEL 4. I apprecate your help in advance. Regards, -- DongInn -- Mailman-Users mailing list Mailman-Users@python.o