Re: base64 encoded subjects

2020-02-07 Thread hamann . w
>> I'm seeing a lot of spam with base64 encoded subjects: >> >> Subject: >> =?UTF-8?B?RnVsbCBkZW50YWwgY292ZXJhZ2UgZm9yIGZhbWlsaWVzIGFuZCBzZW5pb3JzLCBjb3ZlcnMgYWxsIHByb2NlZHVyZXM=?= >> >> Subject: =?UTF-8?B?V2VhciB5b3VyIE11bHRpLVRvb2wgYXJvdW5kIHlvdXIgd3Jpc3Qu?= >> >> Hi, I live in a part of th

Re: Spamassassin RPM for Centos 7

2020-02-07 Thread John Hardin
On Fri, 7 Feb 2020, Kenneth Porter wrote: --On Thursday, February 06, 2020 2:30 PM -0800 John Hardin wrote: The RPM is available here, assuming you trust me: http://www.impsec.org/~jhardin/antispam/centos7/ 3.4.4 is now available as well, I've been running it for about a day now and I do

Re: base64 encoded subjects

2020-02-07 Thread Bill Cole
On 7 Feb 2020, at 21:16, Benjamin Toll wrote: > On 2020-02-07 18:07, RW wrote: >> >> There's already a sub-rule for this >> >> __SUBJECT_ENCODED_B64Subject:raw =~ /=\?\S+\?B\?/i > > Oh. Thank you very much. > > It looks like I haven't been reading enough of the docs after all. If you use

Re: base64 encoded subjects

2020-02-07 Thread Benjamin Toll
On 2020-02-07 18:07, RW wrote: There's already a sub-rule for this __SUBJECT_ENCODED_B64 Subject:raw =~ /=\?\S+\?B\?/i Oh. Thank you very much. It looks like I haven't been reading enough of the docs after all.

Re: Spamassassin RPM for Centos 7

2020-02-07 Thread Kenneth Porter
--On Thursday, February 06, 2020 2:30 PM -0800 John Hardin wrote: The RPM is available here, assuming you trust me: http://www.impsec.org/~jhardin/antispam/centos7/ 3.4.4 is now available as well, I've been running it for about a day now and I don't see any problems - but my volume is *ver

Re: base64 encoded subjects

2020-02-07 Thread RW
On Fri, 7 Feb 2020 16:29:38 -0600 Benjamin Toll wrote: > I'm seeing a lot of spam with base64 encoded subjects: > ... > SA is scoring the messages pretty high based off the body, but a lot > of spams with the base64 is still getting through. I thought it > wouldn't be too hard to write a rule to

Re: base64 encoded subjects

2020-02-07 Thread Alan Hodgson
On Fri, 2020-02-07 at 16:29 -0600, Benjamin Toll wrote: > I'm seeing a lot of spam with base64 encoded subjects: > > Subject: > =?UTF-8?B?RnVsbCBkZW50YWwgY292ZXJhZ2UgZm9yIGZhbWlsaWVzIGFuZCBzZW5pb3JzLCBjb3ZlcnMgYWxsIHByb2NlZHVyZXM=?= > > Subject: =?UTF-8?B?V2VhciB5b3VyIE11bHRpLVRvb2wgYXJvdW5kIHlvd

base64 encoded subjects

2020-02-07 Thread Benjamin Toll
I'm seeing a lot of spam with base64 encoded subjects: Subject: =?UTF-8?B?RnVsbCBkZW50YWwgY292ZXJhZ2UgZm9yIGZhbWlsaWVzIGFuZCBzZW5pb3JzLCBjb3ZlcnMgYWxsIHByb2NlZHVyZXM=?= Subject: =?UTF-8?B?V2VhciB5b3VyIE11bHRpLVRvb2wgYXJvdW5kIHlvdXIgd3Jpc3Qu?= SA is scoring the messages pretty high based off the

Re: rpm of centos

2020-02-07 Thread John Hardin
On Thu, 6 Feb 2020, Amir Caspi wrote: On Jan 11, 2020, at 11:14 AM, John Hardin wrote: I found one very minor modification was needed: the spec file requires "perl-interpreter" and that doesn't seem to see the "perl" package installed under Centos 7. Ah, now I recall why I didn't run into