[Citadel Development] Fix so room aide can post in their read-only rooms.

2009-03-18 Thread directrix1
Here is a small patch so that room aides can post in their own read-only rooms. EdwardIndex: citadel/room_ops.c === --- citadel/room_ops.c (revision 7229) +++ citadel/room_ops.c (working copy) @@ -181,7 +181,7 @@ if (

[Citadel Development] Sieve X-Spam-Status (and other headers) filtering fix

2009-03-17 Thread directrix1
Hey, It appears that the Sieve filter was not getting the X-Spam-Status (and other) headers passed to it because it wasn't loading the whole message to get the second-level headers. This rlly small diff fixes that :-P. EdwardIndex: citadel/modules/sieve/serv_sieve.c

[Citadel Development] Citadel mail.aliases multi recipient

2009-03-14 Thread directrix1
Hey I made a small modification to the msgbase.c/h to allow the specification of multiple mail.aliases recipients from a single address. The code looks bigger than it really is because I had to indent a chunk of code inside of a while loop. Now this only translates to multiple addresses on the fi

[Citadel Development] WebCit vCard Sync Kolab Quick Fix

2009-03-13 Thread directrix1
Hey you think we can apply this to WebCit to get it to recognize primary email address when editing vCards made with Sync Kolab?Index: webcit/vcard_edit.c === --- webcit/vcard_edit.c (revision 7214) +++ webcit/vcard_edit.c (working cop

[Citadel Development] Aide Require Reg Bug

2008-10-19 Thread directrix1
Anybody interested in applying my patch posted below which makes it so that an Aide doesn't have to register everytime he/she logs in, when require registration is on? Edward

[Citadel Development] Re: Webcit path for Sitewide/Access/HostAuth

2008-10-18 Thread directrix1
No no, you were right. I selected the wrong diff. Sorry about that. I attached the new one. >Sat Oct 18 2008 13:50:55 EDT from [EMAIL PROTECTED] >Subject: Re: Webcit path for Sitewide/Access/HostAuth > > > >>Sat Oct 18 2008 13:25:31 EDT from [EMAIL PROTECTED] >>Subject: Re: Webcit path for

[Citadel Development] Re: Webcit path for Sitewide/Access/HostAuth

2008-10-18 Thread directrix1
>Sat Oct 18 2008 13:25:31 EDT from [EMAIL PROTECTED] >Subject: Re: Webcit path for Sitewide/Access/HostAuth > > > >>Sa Okt 18 2008 10:52:23 EDT von [EMAIL PROTECTED] >>Betreff: Webcit path for Sitewide/Access/HostAuth >> >> Just a little patch that makes the "Enable host based authentication >

[Citadel Development] Aide Re-registration Patch

2008-10-18 Thread directrix1
Hello again, Here is another small patch that will actually set the US_REGIS flag even on Aides (upon saving their own vCard). This makes it so that if "Require registration for new users" is on, then it won't perpetually ask aides to register everytime they login. Note: This patch does NOT i

[Citadel Development] Webcit path for Sitewide/Access/HostAuth

2008-10-18 Thread directrix1
Just a little patch that makes the "Enable host based authentication mode" config option show the right value (its showing the inverted value now).Index: webcit/static/t/tab_siteconfig_access.html === --- webcit/static/t/tab_siteconfig

[Citadel Development] WebCit Site-Admin Template Patch

2008-10-11 Thread directrix1
Hello, I found a bug in the template that you configure the 'Initial Access Level' and 'Access Level Required to Create Rooms'. Here is a small patch that fixes it. Edward FlickIndex: webcit/static/t/tab_siteconfig_access.html ==

[Citadel Development] Re: Citadel SpamAssassin Ultimate Patch

2008-10-09 Thread directrix1
BTW, in case anybody is wondering why I incremented the config count twice in tuiconfig, its because there were 66 configs before but someone forget to set it. So it was 65 and the last element on the list would never be saved or loaded. I went ahead and set it to 67. I believe this is the corre

[Citadel Development] Citadel SpamAssassin Ultimate Patch

2008-10-09 Thread directrix1
This patch supercedes all my others on this list. I would delete the other messages if I could. The spamassassin flag code is now properly configured in webcit, and text mode client. It defaults to 0 meaning reject. Enjoy. Edward FlickIndex: citadel/control.c ===

[Citadel Development] Re: Citadel SpamAssassin Corrected Patch

2008-10-08 Thread directrix1
OK, for some reason I can't set the spam flag setting to anything besides 1. Anybody see the problem? Edward

[Citadel Development] Citadel SpamAssassin Corrected Patch

2008-10-08 Thread directrix1
Here is the corrected version of the flag spam code. Just tell me if you need anything or if it doesn't work right for you. Edward FlickIndex: citadel/control.c === --- citadel/control.c (revision 6670) +++ citadel/control.c (worki

[Citadel Development] The missing clamav files

2008-10-07 Thread directrix1
Here are the two missing clamav files to be put in webcit/static/t. Edward Flick '>

[Citadel Development] SpamAssassin Enhancement Patch

2008-10-07 Thread directrix1
Hi again, Here is a patch that enables you to select whether you want to reject an e-mail based on SpamAssassin, or to do add X-Spam-Status and X-Spam-Flag headers and accept. Please review and apply. Edward FlickIndex: citadel/control.c ==

[Citadel Development] Re: ClamAV virus scanner integration

2008-10-07 Thread directrix1
Why would you want them to get a virus laden e-mail? It seems like that would just cause more headaches for everyone. >Tue Oct 07 2008 10:04:49 EDT from [EMAIL PROTECTED] >Subject: Re: ClamAV virus scanner integration > > > >Rather than always reject the message, perhaps (at least for messages

[Citadel Development] Re: ClamAV virus scanner integration

2008-10-06 Thread directrix1
Hi, you forgot to add the aide_inet_clamav.html and subject_inet_clamav.html to the subversion repository. >Sat Oct 04 2008 22:20:51 EDT from IGnatius T [EMAIL PROTECTED] >Subject: Re: ClamAV virus scanner integration > > >>I have made a module which integrates ClamAV functionality into Citadel

[Citadel Development] ClamAV virus scanner integration

2008-10-04 Thread directrix1
Hello, I have made a module which integrates ClamAV functionality into Citadel. The module works by connecting to a clamd server that is listening on a specified host:port and opening a stream with it to scan the incoming e-mail. The host:port is configured in the included webcit integration and