[Citadel Development] SVN commit log: revision 4644

2006-10-22 Thread Citadel commit log
r4644 | dothebart | 2006-10-22 16:48:09 -0400 (Sun, 22 Oct 2006) | 2 lines Changed paths: M /trunk/citadel/serv_managesieve.c * start to use the serv_sieve api functions.

[Citadel Development] spam capability...

2006-10-22 Thread dothebart
i've found that in the debian build directory. perhaps this might help? i didn't do any implementation capabilities yet, but perhaps you might read more out of this mail with patches ig? sieve-spamasssassin Description: Binary data

[Citadel Development] (no subject)

2006-10-22 Thread dothebart
ok, here they are. but, ig, the putscript callback doesn't do what i want it to do... but, perhaps i should have a closer look, or, can you give me a hint, ig?

[Citadel Development] (no subject)

2006-10-22 Thread IGnatius T Foobar
i want it to do... but, perhaps i should have a closer look, or, can you give me a hint, ig? msiv_putscript() only alters the Sieve configuration in memory. You have to do msiv_load() first, then msiv_putscript(), then msiv_store(). Look at how cmd_msiv() does it.

[Citadel Development] SVN commit log: revision 4645

2006-10-22 Thread Citadel commit log
r4645 | ajc | 2006-10-22 23:56:15 -0400 (Sun, 22 Oct 2006) | 1 line Changed paths: M /trunk/citadel/serv_sieve.c * load and store vacation hashes

[Citadel Development] SVN commit log: revision 4646

2006-10-22 Thread Citadel commit log
r4646 | ajc | 2006-10-23 00:12:12 -0400 (Mon, 23 Oct 2006) | 2 lines Changed paths: M /trunk/citadel/serv_sieve.c Added some code to test storage of vacation hashes. It isn't functional yet.