<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/cron/senddigests, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/cron/senddigests?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/cron/senddigests?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2006-05-13T02:49:48Z</updated>
<entry>
<title>Move all cron scripts to the new Mailman.bin package layout and complete the</title>
<updated>2006-05-13T02:49:48Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-13T02:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=590b6ebb628babc60fe282d133391dee155434ca'/>
<id>urn:sha1:590b6ebb628babc60fe282d133391dee155434ca</id>
<content type='text'>
conversion to optparse style option parsing.  Remove mailpasswds as password
reminders will go away for MM2.2.
</content>
</entry>
<entry>
<title>FSF office has moved. chdcking in for MAIN branch.</title>
<updated>2005-08-27T01:54:05Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-27T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2a6084d03b96f87af153b663cf3dd4776e7e37fb'/>
<id>urn:sha1:2a6084d03b96f87af153b663cf3dd4776e7e37fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jon Parise's patch to improve the usage() output for the command line</title>
<updated>2002-10-21T22:36:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-21T22:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17da8273eb61687e1eb7c1e068613036fc1f3f46'/>
<id>urn:sha1:17da8273eb61687e1eb7c1e068613036fc1f3f46</id>
<content type='text'>
and cron scripts.  When code/status == 0, there's no error (it's
likely --help output) so send that to stdout.  Otherwise, it's an
error and the output goes to stderr.
</content>
</entry>
<entry>
<title>main(), usage(): Added support for command line arguments -h/--help</title>
<updated>2002-08-28T16:06:15Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-08-28T16:06:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=96b2a458409f8445f4978b74b082eea87263d88d'/>
<id>urn:sha1:96b2a458409f8445f4978b74b082eea87263d88d</id>
<content type='text'>
and -l/--listname.
</content>
</entry>
<entry>
<title>main(): The .Save() call should be in the try: clause.</title>
<updated>2002-02-26T23:12:06Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-02-26T23:12:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=711d8788b525b878095c6d69627b580b927d153f'/>
<id>urn:sha1:711d8788b525b878095c6d69627b580b927d153f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mimelib -&gt; email</title>
<updated>2001-10-22T20:32:28Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-10-22T20:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=5851381f9ba5765966a0ea186924e2e878a76323'/>
<id>urn:sha1:5851381f9ba5765966a0ea186924e2e878a76323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ben Gertzfield's patch to hardcode the path to the python executable</title>
<updated>2001-09-07T23:18:47Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-09-07T23:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b497bcb818f249b4e1e1670b7fb9f09206bd4777'/>
<id>urn:sha1:b497bcb818f249b4e1e1670b7fb9f09206bd4777</id>
<content type='text'>
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.

    #! /usr/bin/env python

becomes

    #! @PYTHON@

which gets substituted for in configure.
</content>
</entry>
<entry>
<title>Reorder the imports so mm_cfg is always the first module imported</title>
<updated>2001-07-27T16:35:45Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-27T16:35:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4d7275ad18caf7b115799334c56ab9a08898ae5e'/>
<id>urn:sha1:4d7275ad18caf7b115799334c56ab9a08898ae5e</id>
<content type='text'>
after paths.  Because these scripts are run from cron with "python -S"
they must import mm_cfg before attempting to import mimelib; mm_cfg
hacks sys.path to include site-packages which -S inhibits.

For those scripts that already import mm_cfg, add a comment describing
the import order dependencies.  For those that didn't, add a comment
about why it's being imported.

Also, gate_news: Removed the _ContinueLoop docstring so translators
have one less non-translatable docstring to worry about.

Closes Thomas's SF patch #443803.
</content>
</entry>
<entry>
<title>main(): MailList objects have grown a send_digest_now() method that</title>
<updated>2001-05-01T06:09:57Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-05-01T06:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=35435dd85be256b2c71f644938bd73a3db178b65'/>
<id>urn:sha1:35435dd85be256b2c71f644938bd73a3db178b65</id>
<content type='text'>
encapsulates all the work necessary to send a digest.  Use this
instead of the send_digests() function -- which has been removed.
</content>
</entry>
<entry>
<title>Convert to using the new ToDigest module which stores its digests in a</title>
<updated>2001-02-15T22:21:04Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-02-15T22:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=844dbf717cda5d9788ff21e489e28d11bbac546b'/>
<id>urn:sha1:844dbf717cda5d9788ff21e489e28d11bbac546b</id>
<content type='text'>
Unix mailbox file instead of the separate next-digest and
next-digest-topics files.
</content>
</entry>
</feed>
