<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi Amandio,<br>
<br>
What I want to do is to OR different attributes, not different
values of the same attribute<br>
<br>
Regards<br>
Vangelis<br>
<br>
<div class="moz-cite-prefix">On 17/2/2017 4:11 μμ, Amândio Antunes
Gomes Silva wrote:<br>
</div>
<blockquote
cite="mid:F7423FC923F5CB4B9E1013E58E35C18E6439126D@SRV-EXCH-DAG-02.uminho.pt"
type="cite">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:NewsGotT;
panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman",serif;
color:black;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman",serif;
color:black;}
span.EstiloCorreioEletrnico18
{mso-style-type:personal-reply;
font-family:NewsGotT;
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:70.85pt 3.0cm 70.85pt 3.0cm;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US">Hi!<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US">You can use Perl regular expressions. Try
<Handler Client-Identifier = /abuse|user/> (you can
refine the regexp to meet your needs).<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US">Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US">Amândio Antunes<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-family:NewsGotT;color:#1F497D;mso-fareast-language:EN-US"
lang="EN-US"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">De:</span></b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">
Vangelis Kyriakakis [<a class="moz-txt-link-freetext" href="mailto:vkyriak@forthnet.gr">mailto:vkyriak@forthnet.gr</a>]
<br>
<b>Enviada:</b> 15 de fevereiro de 2017 14:06<br>
<b>Para:</b> <a class="moz-txt-link-abbreviated" href="mailto:radiator@lists.open.com.au">radiator@lists.open.com.au</a><br>
<b>Assunto:</b> [RADIATOR] How to OR attributes for
Handler selection<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hello,<br>
<br>
Using commas you can use attributes in an AND way to
select a handler, e.g. <Handler Client-Identifier=abuse,
User-Name = user>.<br>
<br>
Is there a way to use attributes in an OR way? e.g.
<Handler Client-Identifier=abuse
<b>OR </b>User-Name = user>.<br>
If not then it would be a very handy feature to
implement.<br>
<br>
Regards<br>
Vangelis<o:p></o:p></p>
</div>
</blockquote>
<br>
</body>
</html>