Re: Rule for plussed adddress

2020-12-27 Thread John Hardin
On Sun, 27 Dec 2020, Kenneth Porter wrote: --On Saturday, December 26, 2020 11:20 PM -0500 Bill Cole wrote: You definitely want to escape that '+' and catch the recipient instead of sender: header RULENAME To:addr =~ /\+.+\@/ score RULENAME -1 That looks like what I want. Although

Re: Rule for plussed adddress

2020-12-27 Thread Kenneth Porter
--On Saturday, December 26, 2020 11:20 PM -0500 Bill Cole wrote: You definitely want to escape that '+' and catch the recipient instead of sender: header RULENAME To:addr =~ /\+.+\@/ score RULENAME -1 That looks like what I want. Although since my server is hacked to accept a dot as

Re: message size, mark if too large?

2020-12-27 Thread Chris
Is that what you were after? > > > > > > > What glue are you using to call SA? > > > > > > > > On Sat, Dec 26, 2020, 14:12 Joe Acquisto-j4 < > > > > j...@j4computers.com> > > > wrote: > > > > > Some mail with attached suspect files are larger than can be > > > > > processed. > > > > > Looking for