Re: [RADIATOR] How to OR attributes for Handler selection

2017-02-17 Thread Hugh Irvine
Hello all - On this topic, I always find it preferable to have all my Handlers do simple positive matches, then at the end of the list have a default Handler that deals with “everything else”. I personally find that having “complicated” Handlers makes troubleshooting later on that much more

Re: [RADIATOR] How to OR attributes for Handler selection

2017-02-17 Thread Amândio Antunes Gomes Silva
Hi, Vangelis! I didn´t read your message carefully. Sorry for that. I suppose you’ll have to have to distinct Handlers with the same definitions, as you already know. Best regards, Amândio De: Vangelis Kyriakakis [mailto:vkyr...@forthnet.gr] Enviada: 17 de fevereiro de 2017 14:26 Para:

Re: [RADIATOR] How to OR attributes for Handler selection

2017-02-17 Thread Vangelis Kyriakakis
Hi Amandio, What I want to do is to OR different attributes, not different values of the same attribute Regards Vangelis On 17/2/2017 4:11 μμ, Amândio Antunes Gomes Silva wrote: > > Hi! > > > > You can use Perl regular expressions. Try /abuse|user/> (you can refine

Re: [RADIATOR] How to OR attributes for Handler selection

2017-02-17 Thread Amândio Antunes Gomes Silva
Hi! You can use Perl regular expressions. Try (you can refine the regexp to meet your needs). Regards, Amândio Antunes De: Vangelis Kyriakakis [mailto:vkyr...@forthnet.gr] Enviada: 15 de fevereiro de 2017 14:06 Para: radiator@lists.open.com.au Assunto: [RADIATOR] How to OR attributes for