/[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.1 - (show annotations) (download)
Fri Mar 14 10:02:46 2008 UTC (16 years, 2 months ago) by dungog
Branch: MAIN
mailsorting geekmode

1 --- mailsorting-update-user.orig 2008-03-13 20:13:31.000000000 +1300
2 +++ mailsorting-update-user 2008-03-13 20:14:52.000000000 +1300
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