[Citadel Development] (no subject)

2008-01-15 Thread IGnatius T Foobar
davew ... could you explain the user purge change in a little more detail? I'm not totally sure how this is supposed to work. It doesn't do a full autopurger run in the middle of the production day, does it?

[Citadel Development] (no subject)

2008-01-15 Thread IGnatius T Foobar
>hm.. shouldn't citmail use lmtp.unfiltered.socket? so local sends >bypass the scanning and get delivered in any case? hmm ... on the other hand, if citmail is being used as the local mailer for something like Sendmail, you'd still want to do mail filtering. How about this, if

[Citadel Development] (no subject)

2008-01-15 Thread IGnatius T Foobar
>hm.. shouldn't citmail use lmtp.unfiltered.socket? so local sends >bypass the scanning and get delivered in any case? That would probably make sense.

[Citadel Development] Citadel commit log: revision 5940

2008-01-15 Thread dothebart
r5940 | dothebart | 2008-01-15 19:31:11 -0500 (Tue, 15 Jan 2008) | 3 lines Changed paths: A /trunk/libcitadel/buildpackages M /trunk/libcitadel/debian/control M /trunk/libcitadel/debian/rules * have a friendly buildp

[Citadel Development] Citadel commit log: revision 5939

2008-01-15 Thread dothebart
r5939 | dothebart | 2008-01-15 18:47:30 -0500 (Tue, 15 Jan 2008) | 2 lines Changed paths: M /trunk/webcit/debian/changelog * our upstream changelog.

[Citadel Development] Citadel commit log: revision 5938

2008-01-15 Thread dothebart
r5938 | dothebart | 2008-01-15 18:10:28 -0500 (Tue, 15 Jan 2008) | 2 lines Changed paths: M /trunk/webcit/calendar.c * free the libical ringbuffer after displaying all the events of a calendar. this should fix the leaks w

[Citadel Development] Citadel commit log: revision 5937

2008-01-15 Thread dothebart
r5937 | dothebart | 2008-01-15 18:07:06 -0500 (Tue, 15 Jan 2008) | 3 lines Changed paths: M /trunk/webcit/fmt_date.c M /trunk/webcit/webserver.c * use snprintf * if TZ environment variable is unset, set UTC, so valgrind

[Citadel Development] Citadel commit log: revision 5936

2008-01-15 Thread davew
r5936 | davew | 2008-01-15 12:06:42 -0500 (Tue, 15 Jan 2008) | 4 lines Changed paths: M /trunk/citadel/housekeeping.c Clean up in housekeeping.c Removed some unused variables and old comments. ---

[Citadel Development] Citadel commit log: revision 5935

2008-01-15 Thread davew
r5935 | davew | 2008-01-15 11:54:31 -0500 (Tue, 15 Jan 2008) | 6 lines Changed paths: M /trunk/webcit/webserver.c Alter the webcit shutdown a bit more. Sending the watcher process a TERM kill the child and exits the watche

[Citadel Development] Citadel commit log: revision 5934

2008-01-15 Thread davew
r5934 | davew | 2008-01-15 10:19:09 -0500 (Tue, 15 Jan 2008) | 3 lines Changed paths: M /trunk/citadel/sysdep.c Now citadel.pid contains the pid of the watcher process in case something wants to stop us via the pid file.

[Citadel Development] Citadel commit log: revision 5933

2008-01-15 Thread davew
r5933 | davew | 2008-01-15 10:05:43 -0500 (Tue, 15 Jan 2008) | 4 lines Changed paths: M /trunk/webcit/webserver.c Fixed signal handlers and contents of pid file. Now webcit exits when sent SIG_HUP or SIG_TERM ---

[Citadel Development] Citadel commit log: revision 5932

2008-01-15 Thread davew
r5932 | davew | 2008-01-15 09:15:06 -0500 (Tue, 15 Jan 2008) | 15 lines Changed paths: M /trunk/citadel/modules/expire/serv_expire.c Now the autopurger will always attempt to purge users regardless of the "Default user pur

[Citadel Development] (no subject)

2008-01-15 Thread dothebart
hm.. shouldn't citmail use lmtp.unfiltered.socket? so local sends bypass the scanning and get delivered in any case?If, i'd add that patch to the 7.24 version too. 

[Citadel Development] (no subject)

2008-01-15 Thread fleeb
Tue Jan 15 2008 00:26:16 EST from IGnatius T [EMAIL PROTECTED] I got a complaint last week from a user who couldn't perform authenticated SMTP using Thunderbird. I tested it and sure enough, it was busted. I just did a quick rebuild of the whole citserver from the latest svn and installed, and

[Citadel Development] (no subject)

2008-01-15 Thread dothebart
Tue Jan 15 2008 00:27:32 EST from IGnatius T [EMAIL PROTECTED] By the way, the iconv hunt fails on a generic OpenBSD machine that doesn't have external libiconv installed. In the absence of libiconv it should fall back to building WebCit without international language support, rather than fail t