Re: subscribe to blacklist for domains

2022-08-23 Thread John Hardin
On Tue, 23 Aug 2022, Vincent Lefevre wrote: On 2022-08-18 12:11:04 -0400, Kris Deugau wrote: Mmm. So how would you, as sender or sender's mail provider, troubleshoot a message rejected with "550 Too spammy"? I have seen several rejections that were equally clear and to the point, without divu

Re: subscribe to blacklist for domains

2022-08-23 Thread Vincent Lefevre
On 2022-08-23 14:31:55 +0100, Martin Gregorie wrote: > Fair enough: I did say that some of this was off the top pf my head at > the end of a longish day. > > Would doing the lookup trick on the URL in the Message-ID header be any > more reliable? DNS Lookup checking is valid only for IP -> FQDN -

Re: subscribe to blacklist for domains

2022-08-23 Thread Martin Gregorie
On Tue, 2022-08-23 at 12:11 +0200, Vincent Lefevre wrote: > On 2022-08-18 19:40:33 +0100, Martin Gregorie wrote: > > - if the reverse lookup fails, or the domain it retrieved does not > > match the one in the From address, send a bare 550 REJECT because > > the failed > > reverse lookup implies the

Re: subscribe to blacklist for domains

2022-08-23 Thread Vincent Lefevre
On 2022-08-18 19:40:33 +0100, Martin Gregorie wrote: > - extract the domain name from the incoming mail's From header and use  > it to find the domain IP. Use that IP to do a reverse domain lookup. > > - if the reverse lookup fails, or the domain it retrieved does not match > the one in the Fr

Re: subscribe to blacklist for domains

2022-08-23 Thread Vincent Lefevre
On 2022-08-18 12:11:04 -0400, Kris Deugau wrote: > Mmm. So how would you, as sender or sender's mail provider, troubleshoot a > message rejected with "550 Too spammy"? I have seen several rejections that > were equally clear and to the point, without divulging any particular detail > about what,

Re: subscribe to blacklist for domains

2022-08-18 Thread Martin Gregorie
On Thu, 2022-08-18 at 12:11 -0400, Kris Deugau wrote: > Mmm.  So how would you, as sender or sender's mail provider, > troubleshoot a message rejected with "550 Too spammy"?  I have seen > several rejections that were equally clear and to the point, without > divulging any particular detail abou

Re: subscribe to blacklist for domains

2022-08-18 Thread Kris Deugau
Vincent Lefevre wrote: On 2022-08-16 12:05:43 -0400, Kris Deugau wrote: And, quite reasonably, most rejections for spam include very little or no detail, so aside from DNSBL-based rejections the sending platform has essentially zero information beyond "the receiving system doesn't like us". Whic

Re: subscribe to blacklist for domains

2022-08-17 Thread Vincent Lefevre
On 2022-08-16 12:05:43 -0400, Kris Deugau wrote: > Vincent Lefevre wrote: > > On 2022-08-15 10:39:05 -0400, Kris Deugau wrote: > > > Vincent Lefevre wrote: > > > > Rejecting mail (instead of accepting it and dropping it) is useful > > > > in case of false positives. > > > > > > I'm a bit torn on t

Re: subscribe to blacklist for domains

2022-08-16 Thread Kris Deugau
Vincent Lefevre wrote: On 2022-08-15 10:39:05 -0400, Kris Deugau wrote: Vincent Lefevre wrote: Rejecting mail (instead of accepting it and dropping it) is useful in case of false positives. I'm a bit torn on this. On the one hand, yes, the sender now knows for sure their message didn't get t

Re: subscribe to blacklist for domains

2022-08-16 Thread Vincent Lefevre
On 2022-08-15 11:33:53 -0400, Greg Troxel wrote: > Vincent Lefevre writes: > > On 2022-08-13 14:05:43 -0400, joe a wrote: > >> On 8/13/2022 12:38 PM, Martin Gregorie wrote: > >> . . . > >> > 2) There's no mandatory need to REJECT spam. It has always been up to > >> > the recipient to decide wh

Re: subscribe to blacklist for domains

2022-08-16 Thread Vincent Lefevre
On 2022-08-15 10:39:05 -0400, Kris Deugau wrote: > Vincent Lefevre wrote: > > Rejecting mail (instead of accepting it and dropping it) is useful > > in case of false positives. > > I'm a bit torn on this. > > On the one hand, yes, the sender now knows for sure their message didn't get > through*.

Re: subscribe to blacklist for domains

2022-08-16 Thread Noel Butler
On 16/08/2022 01:33, Greg Troxel wrote: If you accept mail and then send it to /dev/null, then the recipient is unaware that it was sent, and the sender is unaware that it wasn't received, Exactly what happens to high scored spam, if its high is very obvious trash and the recipient wont want

Re: subscribe to blacklist for domains

2022-08-15 Thread Greg Troxel
Vincent Lefevre writes: > On 2022-08-13 14:05:43 -0400, joe a wrote: >> On 8/13/2022 12:38 PM, Martin Gregorie wrote: >> . . . >> > 2) There's no mandatory need to REJECT spam. It has always been up to >> > the recipient to decide whether to return it to the sender or not. >> >> Agreed in p

Re: subscribe to blacklist for domains

2022-08-15 Thread Kris Deugau
Vincent Lefevre wrote: On 2022-08-13 14:05:43 -0400, joe a wrote: On 8/13/2022 12:38 PM, Martin Gregorie wrote: . . . 2) There's no mandatory need to REJECT spam. It has always been up to the recipient to decide whether to return it to the sender or not. Agreed in part. I see returning

Re: subscribe to blacklist for domains

2022-08-15 Thread Kris Deugau
Bill Cole wrote: Not exactly. There are 2 distinct domain lists internal to SA that exist to reduce false positives. 1. The URIDNSBL 'skip' list of domains which are ignored in body URIs. These are known to not *per se* have any correlation to the ham/spam classification decision. IIRC the

Re: subscribe to blacklist for domains

2022-08-15 Thread Matus UHLAR - fantomas
On Sun, 2022-08-14 at 11:39 +1000, Noel Butler wrote: On 14/08/2022 3) It would be rather trivial to return spam to sender with a suitable On 14/08/2022 22:37, Martin Gregorie wrote: WTF, that has been a terrible idea since the 90s, given most spam is spoofed, the end result of this will be y

Re: subscribe to blacklist for domains

2022-08-14 Thread Noel Butler
On 14/08/2022 23:15, David Bürgin wrote: To clarify: Backscatter is caused by 'rejecting' mail with a bounce message, after first accepting it. This is what was being suggested by some, I think everyone here knows what backscatter means, and what it is. -- Regards, Noel Butler This Email,

Re: subscribe to blacklist for domains

2022-08-14 Thread Noel Butler
On 14/08/2022 22:37, Martin Gregorie wrote: On Sun, 2022-08-14 at 11:39 +1000, Noel Butler wrote: On 14/08/2022 02:38, Martin Gregorie wrote: 3) It would be rather trivial to return spam to sender with a suitable WTF, that has been a terrible idea since the 90s, given most spam is spoofed, the

Re: subscribe to blacklist for domains

2022-08-14 Thread Jared Hall
On 8/14/2022 2:55 PM, John Hardin wrote: On Sat, 13 Aug 2022, joe a wrote: Why waste your own system resources to help a scoundrel?  Drop them and be done. I personally perfer to TCP tarpit repeat offenders. +1 -- Jared Hall

Re: subscribe to blacklist for domains

2022-08-14 Thread John Hardin
On Sat, 13 Aug 2022, joe a wrote: Why waste your own system resources to help a scoundrel? Drop them and be done. I personally perfer to TCP tarpit repeat offenders. -- John Hardin KA7OHZhttp://www.impsec.org/~jhardin/ jhar...@impsec.org pgpk -a

Re: subscribe to blacklist for domains

2022-08-14 Thread Michael Grant via users
> WTF, that has been a terrible idea since the 90s, given most spam is > spoofed, the end result of this will be your mail server getting the > poor reputation as source of backscatter and going into blacklists :) If you reject, you should reject on their SMTP connection. If you return a DSN la

Re: subscribe to blacklist for domains

2022-08-14 Thread David Bürgin
Martin Gregorie: > On Sun, 2022-08-14 at 11:39 +1000, Noel Butler wrote: > > On 14/08/2022 02:38, Martin Gregorie wrote: > > > > > 3) It would be rather trivial to return spam to sender with a > > > suitable > > > > WTF, that has been a terrible idea since the 90s, given most spam is > > spoofed

Re: subscribe to blacklist for domains

2022-08-14 Thread Martin Gregorie
On Sun, 2022-08-14 at 11:39 +1000, Noel Butler wrote: > On 14/08/2022 02:38, Martin Gregorie wrote: > > > 3) It would be rather trivial to return spam to sender with a > > suitable > > WTF, that has been a terrible idea since the 90s, given most spam is > spoofed, the end result of this will be

Re: subscribe to blacklist for domains

2022-08-13 Thread Vincent Lefevre
On 2022-08-13 19:09:26 -0400, joe a wrote: > On 8/13/2022 4:52 PM, Vincent Lefevre wrote: > > Well, if you don't reject the mail with the reason that the address > > is invalid, the spammer could deduce that the address is valid > > (at least potentially valid). By not rejecting spam, the spammer >

Re: subscribe to blacklist for domains

2022-08-13 Thread Noel Butler
On 14/08/2022 04:23, Bill Cole wrote: Not sure what you mean by that... There are a handful of rules that sidestep specific false positive cases because the hit being evaded isn't meaningful in specific cases. None of those are intended to 'whitelist' any domain, they exist to avoid incorrect

Re: subscribe to blacklist for domains

2022-08-13 Thread Noel Butler
On 14/08/2022 02:38, Martin Gregorie wrote: 3) It would be rather trivial to return spam to sender with a suitable WTF, that has been a terrible idea since the 90s, given most spam is spoofed, the end result of this will be your mail server getting the poor reputation as source of backscatte

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
I am far from an anti SPAM expert, but: On 8/13/2022 4:52 PM, Vincent Lefevre wrote: On 2022-08-13 14:05:43 -0400, joe a wrote: On 8/13/2022 12:38 PM, Martin Gregorie wrote: . . . 2) There's no mandatory need to REJECT spam. It has always been up to the recipient to decide whether to retu

Re: subscribe to blacklist for domains

2022-08-13 Thread Vincent Lefevre
On 2022-08-13 14:05:43 -0400, joe a wrote: > On 8/13/2022 12:38 PM, Martin Gregorie wrote: > . . . > > 2) There's no mandatory need to REJECT spam. It has always been up to > > the recipient to decide whether to return it to the sender or not. > > Agreed in part. I see returning SPAM to sende

Re: subscribe to blacklist for domains

2022-08-13 Thread Martin Gregorie
On Sat, 2022-08-13 at 14:05 -0400, joe a wrote: > To add my comment, returning SPAM, assuming it even reaches the > original sender, may serve only to assure them of the effectiveness of > their campaign to reach valid addresses. In effect "helping" them. > Agreed - I've occasionally thought about

Re: subscribe to blacklist for domains

2022-08-13 Thread Bill Cole
On 2022-08-12 at 23:43:48 UTC-0400 (Sat, 13 Aug 2022 13:43:48 +1000) Noel Butler is rumored to have said: Why are you not blocking with blacklists at the border, ie: MTA. Given its 0 resources for your MTA, with anti spam checking on SA often using significant resources (depending on traffic/

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
I'll be sure to look this over well to see what I can use or adapt, thanks. On 8/13/2022 11:04 AM, Reindl Harald wrote: Am 13.08.22 um 16:21 schrieb joe a: Ah, thanks for describing that.  I am somewhat more brain fogged than usual this morning, so am uncertain any of those would work in thi

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
On 8/13/2022 12:38 PM, Martin Gregorie wrote: . . . 2) There's no mandatory need to REJECT spam. It has always been up to the recipient to decide whether to return it to the sender or not. Agreed in part. I see returning SPAM to sender as an exercise in futility or perhaps further ena

Re: subscribe to blacklist for domains

2022-08-13 Thread Martin Gregorie
On Sat, 2022-08-13 at 17:46 +0200, Reindl Harald wrote: > and the main downside is that you can't REJECT clear spam and if "This > puts spam into a holding area, where A cron job deletes it after a > week" nobody knows in case of false positives > 1) OF COURSE I have a daily cron job that reports a

Re: subscribe to blacklist for domains

2022-08-13 Thread Martin Gregorie
On Sat, 2022-08-13 at 10:21 -0400, joe a wrote: > This is a low volume system consisting of postfix, SA, clamav and > fetchmail. > > The mailserver (postfix) is not exposed to the internet, mail traffic > is sent to it by "fetchmail", which itself goes out to several > providers where mail accoun

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
And, of course, I must edit my last reply: On 8/13/2022 10:21 AM, joe a wrote: My first thought was, the postfix stuff would work, because . . . My first thought was, the postfix stuff would NOT work, because . . .

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
Ah, thanks for describing that. I am somewhat more brain fogged than usual this morning, so am uncertain any of those would work in this configuration. But I certainly need to look deeper. At least into my coffee mug. This is a low volume system consisting of postfix, SA, clamav and fetchma

Re: subscribe to blacklist for domains

2022-08-13 Thread Matus UHLAR - fantomas
On 13.08.22 15:52, Bert Van de Poel wrote: I think what Noel is referring to is Postfix configuration like this for example: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, reject_rhsbl_reverse_client d

Re: subscribe to blacklist for domains

2022-08-13 Thread Matus UHLAR - fantomas
On 13.08.22 13:43, Noel Butler wrote: Why are you not blocking with blacklists at the border, ie: MTA. one can block at MTA level, but blocklists are usable on multiple headers, not just on the incoing IP address. On 13/08/2022 09:55, joe a wrote: I need to refresh my brain on using blackli

Re: subscribe to blacklist for domains

2022-08-13 Thread Bert Van de Poel
I think what Noel is referring to is Postfix configuration like this for example: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, reject_rhsbl_reverse_client dbl.spamhaus.org, reject_rhsbl_helo dbl.spamh

Re: subscribe to blacklist for domains

2022-08-13 Thread joe a
On 8/12/2022 11:43 PM, Noel Butler wrote: Why are you not blocking with blacklists at the border, ie: MTA. I'm not familiar with how to do that or if it can be done. Since SA offers this functionality, so did not even consider that. I'll look into it. Given its 0 resources for your MTA, wit

Re: subscribe to blacklist for domains

2022-08-12 Thread Noel Butler
Why are you not blocking with blacklists at the border, ie: MTA. Given its 0 resources for your MTA, with anti spam checking on SA often using significant resources (depending on traffic/number of tests/rules etc), its best to stop it getting to SA in the first place. SA also has this by-defa

subscribe to blacklist for domains

2022-08-12 Thread joe a
I need to refresh my brain on using blacklists with SA, before looking more deeply into why this got through. Today a email slipped through with a very low score that was clearly phishy. A url in question, posing as another, hits no less that 6 blacklists. I was going to look at clamav that

Re: User receiving hundreds of subscribe requests

2020-10-01 Thread Joseph Brennan
asy way to mailbomb is to use a bot that will subscribe the user > to thousands of mailing lists within minutes. Most won't do captcha and > even the ones doing COI (Confirmed Opt-In) will each still send at least > one first e-mail. The sample you provided is exactly that: it'

Re: User receiving hundreds of subscribe requests

2020-09-28 Thread Laurent S.
will probably not check each of those mails (delete everything) and realize that the actual threat is. A very easy way to mailbomb is to use a bot that will subscribe the user to thousands of mailing lists within minutes. Most won't do captcha and even the ones doing COI (Confirmed Opt-In)

Re: User receiving hundreds of subscribe requests

2020-09-28 Thread Kris Deugau
Alex wrote: Hi, I have a user who is receiving hundreds of subscribe confirmation requests and password reset requests from legitimate sources like teabox.com, coupon sites, online magazines, travel sites, etc. They're in all different languages and types of sites. They're not bounc

User receiving hundreds of subscribe requests

2020-09-28 Thread Alex
Hi, I have a user who is receiving hundreds of subscribe confirmation requests and password reset requests from legitimate sources like teabox.com, coupon sites, online magazines, travel sites, etc. They're in all different languages and types of sites. They're not bounce messages, b

Yahoo groups big5 subscribe spam

2012-01-13 Thread Alex
Hi all, I wonder if anyone has encountered spam like this recently? http://pastebin.com/raw.php?i=3ByuaFva It's a base64-encoded subscribe request for a yahoo group with japanese characters. It has a significant negative score (-17) with bayes00, so I was kind of concerned and hoped someon

Please Subscribe (was: Re: Error ''connect to spamd on 127.0.0.1 failed, retrying (# 1 of 3): Connection timed out '')

2009-02-17 Thread Karsten Bräckelmann
the moderators and the delay it causes, please do subscribe to a mailing list *before* posting. http://wiki.apache.org/spamassassin/MailingLists -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;

Re: subscribe

2009-02-16 Thread Kai Schaetzl
Makoev Alan wrote on Mon, 16 Feb 2009 09:53:38 +0300: > subscribe wow, that's new! Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com

Re: subscribe

2008-04-21 Thread Benny Pedersen
On Mon, April 21, 2008 21:52, mouss wrote: > Chris wrote: > http://wiki.apache.org/spamassassin/MailingLists > is this list open? or Chris wanted to be, or is, or was, only owner and Chris now knows :-) Benny Pedersen Need more webspace ? http://www.servage.net/?coupon=cust37098

Re: subscribe

2008-04-21 Thread mouss
Chris wrote: http://wiki.apache.org/spamassassin/MailingLists is this list open?

subscribe

2008-04-21 Thread Chris

subscribe

2007-12-12 Thread Joshua D. Sindy
Joshua Sindy Unix / Windows Systems Administrator Empower Information Systems www.empoweris.com Gtalk: joshuasindy 757-273-9399 (office) 757-715-3534 (cell) 866-477-1544 (toll free) [EMAIL PROTECTED] (email)

Re: confirm subscribe to users@spamassassin.apache.org

2007-02-19 Thread Matthias Blaser

Re: confirm subscribe to users@spamassassin.apache.org

2005-12-04 Thread Pollywog
nstead send a message to > <[EMAIL PROTECTED]> and put the > entire address listed above into the "Subject:" line. > > > --- Administrative commands for the users list --- > > I can handle administrative requests automatically. Please > do not send them to the

users-subscribe -at- spamassassin.apache.org

2004-09-23 Thread romeshn
users-subscribe -at- spamassassin.apache.org This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other