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 (
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
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
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
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
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
>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
>
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
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
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
==
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
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
===
OK, for some reason I can't set the spam flag setting to anything besides
1. Anybody see the problem?
Edward
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
Here are the two missing clamav files to be put in webcit/static/t.
Edward Flick
'>
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
==
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
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
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
19 matches
Mail list logo