Elvis Fernandes wrote: > Yes I am using 2.1.6 and now I find these variables in Defaults.py. >I updated the following in mm_cfg.py ># Refer Defaults.py >SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False ># Refer Defaults.py >SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION = False > And restarted mailman (/etc/init.d/mailman restart) >I send a new email attachment, but still am unable to save the attachment >with the same name.
I may not understand what you actually want. When you say you are "unable to save the attachment with the same name.", what exactly do you mean. Are you referring to the name that Mailman chooses for saving an attachment scrubbed from the archives and digest and perhaps from messages if you've configured that? If so, then SCRUBBER_DONT_USE_ATTACHMENT_FILENAME = False and SCRUBBER_USE_ATTACHMENT_FILENAME_EXTENSION = True in mm_cfg.py should make this name close to the name of the attachment although leading dots and characters except alphanumerics, dash, underscore, and (non-leading)dot will be removed from the name. If this editing is the problem you have, you can't change it because the name must be made safe for use in a URL. If this is not your issue, then you'll have to be more specific about what you're doing and seeing. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ 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: 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=show&file=faq01.027.htp
