Re: __FRAUD_JBU and __FRAUD_TCC

2019-08-13 Thread John Hardin
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

Re: __FRAUD_JBU and __FRAUD_TCC

2019-08-13 Thread John Hardin
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

Re: __FRAUD_JBU and __FRAUD_TCC

2019-08-13 Thread RW
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

__FRAUD_JBU and __FRAUD_TCC

2019-08-13 Thread James Wilkinson
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