On Tue, 13 Aug 2019, James Wilkinson wrote:
Hello all you happy people,
While debugging a FP on ADVANCE_FEE_3_NEW, I noticed that it included
body __FRAUD_JBU /\bforeign account\b/i
and
body __FRAUD_TCC /foreign (?:offshore )?(?:bank|account)/i
The _NEW rules don't reference __FRAUD_JBU, so t
On Tue, 13 Aug 2019, James Wilkinson wrote:
Hello all you happy people,
While debugging a FP on ADVANCE_FEE_3_NEW, I noticed that it included
body __FRAUD_JBU /\bforeign account\b/i
and
body __FRAUD_TCC /foreign (?:offshore )?(?:bank|account)/i
Correct me if I'm wrong, but won't anything match
On Tue, 13 Aug 2019 11:03:25 +0100
James Wilkinson wrote:
> Hello all you happy people,
>
> While debugging a FP on ADVANCE_FEE_3_NEW, I noticed that it included
> body __FRAUD_JBU /\bforeign account\b/i
> and
> body __FRAUD_TCC /foreign (?:offshore )?(?:bank|account)/i
>
> Correct me if I'm wro
Hello all you happy people,
While debugging a FP on ADVANCE_FEE_3_NEW, I noticed that it included
body __FRAUD_JBU /\bforeign account\b/i
and
body __FRAUD_TCC /foreign (?:offshore )?(?:bank|account)/i
Correct me if I'm wrong, but won't anything matching __FRAUD_JBU also
match __FRAUD_TCC? It also