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

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

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


Revision 1.4 - (show annotations) (download)
Tue Nov 25 16:20:25 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-mailsorting-1_2-27_el4_sme, smeserver-mailsorting-1_2-40_el4_sme, smeserver-mailsorting-1_2-28_el4_sme, smeserver-mailsorting-1_2-29_el4_sme, smeserver-mailsorting-1_2-39_el4_sme, smeserver-mailsorting-1_2-38_el4_sme, smeserver-mailsorting-1_2-32_el4_sme, smeserver-mailsorting-1_2-31_el4_sme, smeserver-mailsorting-1_2-35_el4_sme, smeserver-mailsorting-1_2-30_el4_sme, HEAD
Changes since 1.3: +0 -0 lines
Restore

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