/[smecontribs]/rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting-1.2-geekmode.patch
ViewVC logotype

Contents of /rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting-1.2-geekmode.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Feb 3 04:33:15 2013 UTC (11 years, 3 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-mailsorting-1_2-41_el5_sme, smeserver-mailsorting-1_2-45_el5_sme, smeserver-mailsorting-1_2-40_el5_sme, smeserver-mailsorting-1_2-47_el5_sme, smeserver-mailsorting-1_2-42_el5_sme, smeserver-mailsorting-1_2-44_el5_sme, smeserver-mailsorting-1_2-46_el5_sme, HEAD
Initial import

1 --- smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user.geekmode 2005-09-24 04:27:45.000000000 -0600
2 +++ smeserver-mailsorting-1.2/root/etc/e-smith/events/actions/mailsorting-update-user 2008-03-14 09:47:01.000000000 -0600
3 @@ -41,6 +41,10 @@
4 "Account $userName is not a user account; update mailsorting failed.\n"
5 unless ($user && $user->prop('type') eq "user");
6 @users = ($user);
7 + if($user->prop('geekmode') eq "enabled"){
8 + print "User $userName in geek mode, do not update mailfilter and procmail rules.\n";
9 + exit;
10 + }
11 }
12 else
13 {

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed