Re: Problems with weekly digests
Michael Yount <[email protected]> Wed, 01 Apr 2009 12:34:03 -0700
| Newsgroups | gmane.mail.majordomo.majordomo2.devel |
|---|---|
| Message-ID | <[email protected]> |
The parsing of the "times" field in the "digests" configuration setting is performed by Mj::Config::_str_to_clock(), which is very lenient. Any abbreviation of "friday" is acceptable. The "times" help document says "can use unique portion of standard day names," which to me implies the same thing. There is no restriction on the number of letters. Michael Dean at ComPlanners wrote: > Just a thought ... > > I realize that in the "configset_digests" help document the example for > weekly digests shows: > > times=fr(23) > > However, within the "times" help document there is nothing that indicates > "fr" is a valid abbreviation for "Friday." Looks as if Friday needs to be > one of the following: > > Friday > fri > f > 6w > > Could be wrong, of course. > > Dean > > >