<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
<p class="ecxMsoNormal">Hi all,</p>
<p class="ecxMsoNormal"> </p>
<p class="ecxMsoNormal"><span lang="EN-US">I’ve want
some more information about user_administration in mailscanner/mailwatch.</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">At this
moment I’ve been looking to the documentation on the website and found out that
you can add several different user types.</span></p>
<p class="ecxMsoNormal">Documentation: <a href="http://mailwatch.sourceforge.net/doku.php?id=mailwatch:documentation:user_administration" target="_blank">http://mailwatch.sourceforge.net/doku.php?id=mailwatch:documentation:user_administration</a></p>
<p class="ecxMsoNormal"> </p>
<p class="ecxMsoNormal"><span lang="EN-US">I’m interested
in the ‘R’ typ : Regexpr.</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<div style="mso-element:para-border-div;border:dashed #8CACBB 1.0pt;padding:6.0pt 6.0pt 6.0pt 6.0pt;background:white">
<p class="ecxMsoNormal" style="text-align:justify;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;background:white;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">INSERT</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">INTO</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> users </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">VALUES</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">(</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'<username>'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">,</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'">md5</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">(</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'<password>'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">),</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'<fullname>'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">,</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'R'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">)</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'">;</span></p>
<p class="ecxMsoNormal" style="text-align:justify;tab-stops:45.8pt 91.6pt 137.4pt 183.2pt 229.0pt 274.8pt 320.6pt 366.4pt 412.2pt 458.0pt 503.8pt 549.6pt 595.4pt 641.2pt 687.0pt 732.8pt;background:white;border:none;padding:0cm"><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">INSERT</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">INTO</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> user_filters </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#B1B100">VALUES</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"> </span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">(</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'<username>'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">,</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'<regexp>'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">,</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'">md5</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">(</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'">rand</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">()),</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:red">'Y'</span><span lang="EN-US" style="font-size:10.0pt;font-family:"Courier New";color:#66CC66">);</span><span lang="EN-US" style="font-size:10pt;font-family:'Courier New'"></span></p>
</div>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">I’ve been
looking for some examples, but I couldn’t found one on the web. The things I want
to know, is what you can put in the <regexp> field.</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">As I’m
correct you can setup a user with a certain view with this method, is it
possible to set some user op that can view everything except certain mails with
a certain object?</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">For
example:</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt"><span lang="EN-US" style="font-family:Symbol">·<span style="font-family:'Times New Roman';font-size:7pt">
</span></span><span lang="EN-US">User
R cannot see mails from mails incomming with subject “Private”.</span></p>
<p class="ecxMsoListParagraph" style="text-indent:-18.0pt"><span lang="EN-US" style="font-family:Symbol">·<span style="font-family:'Times New Roman';font-size:7pt">
</span></span><span lang="EN-US">User
R2 cannot read the body from sensitive/confidential mails. ( this info is
located in the message header)</span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">At this
moment I’m interesting to setting up a user for the second example, but I’m not
sure if this is possible and if a regular expression can help me with this. </span></p>
<p class="ecxMsoNormal"><span lang="EN-US"> </span></p>
<p class="ecxMsoNormal"><span lang="EN-US">Any advice
or examples are welcome.</span></p><p class="ecxMsoNormal"><span lang="EN-US"><br></span></p><p class="ecxMsoNormal"><span lang="EN-US">Kind Regards,</span></p><p class="ecxMsoNormal"><span lang="EN-US">Glenn</span></p>                                            </div></body>
</html>