FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > Email & Mailing List Management
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 07-04-2012, 03:01 PM   Postid: 181576
voiceguy
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: Los Angeles,CA
Posts: 117
Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Apparently the default for ezmlm-idx digests is to create a "parent" message that lists only the author/subject line information for each message, with an attached file that contains the actual messages in a proprietary ezmlm format.

I have seen statements on the web that it is possible to set ezmlm to the old-fashioned type of digest, where there is simply one long digest message that has each accumulated list message in the body of the digest message.

After testing the default format, I am pretty sure that my lists would prefer the old-fashioned style of message. I cannot figure out how to change it, however; the only methods I have seen online involve switches in the make file, which is obviously not going to work with the FQ-installed system.

Is there something I can put in the specific configuration directory for my lists that will alter the digest format?

Also (separate question): How can I modify the Administrivia text that is appended to the digest message? I can't find that anywhere either.

Thanks,

VG
__________________
Nisi defectum haud refiecendum. (If it ain't broke, don't fix it.)
voiceguy is offline   Reply With Quote
Old 07-04-2012, 03:59 PM   Postid: 181581
 Bob
Service Rep
 
Bob's Avatar
 
Join Date: Dec 1999
Location: Jacksonville, Fl
Posts: 4,881
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Not sure about the "Type of digest" will have to get Bruce to chime in on that.

However there are a number of files that can be edited for each mailing list. From the Mailing List manager click on the List name and then "Edit[listname] Text Files"

-Bob
Bob is offline   Reply With Quote
Old 07-04-2012, 05:58 PM   Postid: 181582
 Bruce
Developer
 
Bruce's Avatar
 
Join Date: Apr 2001
Location: Saskatoon, SK, Canada
Posts: 1,182
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Quote:
Originally Posted by voiceguy View Post
Apparently the default for ezmlm-idx digests is to create a "parent" message that lists only the author/subject line information for each message, with an attached file that contains the actual messages in a proprietary ezmlm format.
Actually, the format of the contained messages is fairly standard (see Wikipedia or RFC 2046) -- it is simply the original message with a MIME content type of "message/rfc822". This is, incidentally, the same format that SpamAssassin uses by default to wrap messages that are flagged as spam.

Quote:
After testing the default format, I am pretty sure that my lists would prefer the old-fashioned style of message. I cannot figure out how to change it, however; the only methods I have seen online involve switches in the make file, which is obviously not going to work with the FQ-installed system.
Create the file /big/dom/XDOM/SHELL/LIST/digformat (with XDOM, SHELL, and LIST replaced with appropriate values) containing a single character to indicate the default format, as described in the man page. From your description, I think what you are looking for is the "r" format.
__________________
Bruce Guenter, FutureQuest http://www.FutureQuest.net/ http://untroubled.org/
Bruce is offline   Reply With Quote
Old 07-04-2012, 06:07 PM   Postid: 181583
voiceguy
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: Los Angeles,CA
Posts: 117
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Quote:
Originally Posted by Bruce View Post
Create the file /big/dom/XDOM/SHELL/LIST/digformat (with XDOM, SHELL, and LIST replaced with appropriate values) containing a single character to indicate the default format, as described in the man page. From your description, I think what you are looking for is the "r" format.
I agree that the "r" format seems like the right one. I will put that file in place and see what happens in the next digest round.

Thanks.

VG
__________________
Nisi defectum haud refiecendum. (If it ain't broke, don't fix it.)
voiceguy is offline   Reply With Quote
Old 07-04-2012, 06:30 PM   Postid: 181584
voiceguy
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: Los Angeles,CA
Posts: 117
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Is there a configuration file that adjusts the frequency of the digest generation?

VG
__________________
Nisi defectum haud refiecendum. (If it ain't broke, don't fix it.)
voiceguy is offline   Reply With Quote
Old 07-04-2012, 06:40 PM   Postid: 181585
 Bruce
Developer
 
Bruce's Avatar
 
Join Date: Apr 2001
Location: Saskatoon, SK, Canada
Posts: 1,182
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Quote:
Originally Posted by voiceguy View Post
Is there a configuration file that adjusts the frequency of the digest generation?
Yes there is, three of them actually. The "digsize", "digcount", and "digtime" files give minimums for how many kb, messages, and seconds go into each digest respectively. See the man page for ezmlm-tstdig for details.
__________________
Bruce Guenter, FutureQuest http://www.FutureQuest.net/ http://untroubled.org/
Bruce is offline   Reply With Quote
Old 07-04-2012, 06:47 PM   Postid: 181586
voiceguy
Site Owner

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 2002
Location: Los Angeles,CA
Posts: 117
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Quote:
Originally Posted by Bruce View Post
Yes there is, three of them actually. The "digsize", "digcount", and "digtime" files give minimums for how many kb, messages, and seconds go into each digest respectively. See the man page for ezmlm-tstdig for details.
The manpage says that digtime goes in hours rather than seconds. Seconds sounds more geeky and therefore more plausible to me. Is there an authoritative way to be sure which is correct, seconds or hours?

VG
__________________
Nisi defectum haud refiecendum. (If it ain't broke, don't fix it.)
voiceguy is offline   Reply With Quote
Old 07-04-2012, 07:30 PM   Postid: 181587
 Bruce
Developer
 
Bruce's Avatar
 
Join Date: Apr 2001
Location: Saskatoon, SK, Canada
Posts: 1,182
Re: Setting ezmlm-idx Digest to Non-MIME (Inline) Format

Quote:
Originally Posted by voiceguy View Post
The manpage says that digtime goes in hours rather than seconds.
You are correct, I misspoke. The file contains a number of hours rather than seconds.
__________________
Bruce Guenter, FutureQuest http://www.FutureQuest.net/ http://untroubled.org/
Bruce is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 08:08 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.