From: Paul Jakma (paulj at domain itg.ie)
Date: Fri 05 May 2000 - 13:10:13 IST
On Fri, 5 May 2000, Paul Mc Auley wrote:
> | HSubject: $>Check_Subject
> | D{MPat}fwd: Joke
> | D{MMsg}This message may contain the ILOVEYOU-mutant-1 virus.
>
incidentally, how do i get the above and the ILOVEYOU matcher to work
together?
Following doesn't work:
HSubject: $>Check_Subject
D{MPat}ILOVEYOU
D{MMsg}This message may be infected with the VBF_LOVELETTERS virus.
HSubject: $>Check_subject
D(MPat}fwd: Joke
D{MMsg}This message may contain the ILOVEYOU-mutant-1 virus.
SCheck_Subject
R${MPat}$* $#error $: 553 ${MMsg}
RRe: ${MPat} $* $#error $: 553 ${MMsg}
this doesn't work either:
HSubject: $>Check_Subject
D{MPat1}ILOVEYOU
D{MMsg1}This message may be infected with the VBF_LOVELETTERS virus.
D(MPat2}fwd: Joke
D{MMsg2}This message may contain the ILOVEYOU-mutant-1 virus.
SCheck_Subject
R${MPat1}$* $#error $: 553 ${MMsg1}
RRe: ${MPat1} $* $#error $: 553 ${MMsg1}
R${MPat2}$* $#error $: 553 ${MMsg2}
RRe: ${MPat2} $* $#error $: 553 ${MMsg2}
uhmm... So how do i get it to do what i want it to do?
> Which leads me to ask: Is there a way to make that a hard match? (i.e. not
> just all containing the substring)
get rid of or tweak the $* i think.... ($* is the wildcard here i think)
> Paul.
>
>
>
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:06:02 GMT