Re: Undisclosed-recipients: rule?

2021-01-15 Thread Bill Cole
On 15 Jan 2021, at 17:51, Dan Mahoney (Gushi) wrote: All, In doing a sort of my mailbox, I'm finding that there are many popular spams with to: undisclosed-recipients. Which is *legal* but, in some cases shouldn't exist. In our particular use case, the box we're looking to

Undisclosed-recipients: rule?

2021-01-15 Thread Dan Mahoney (Gushi)
All, In doing a sort of my mailbox, I'm finding that there are many popular spams with to: undisclosed-recipients. Which is *legal* but, in some cases shouldn't exist. In our particular use case, the box we're looking to protect is the dayjob's info@ box. Nobody should

Re: Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-28 Thread Rupert Gallagher
They can say something along these lines: "Rejected by local policy. Although e-mails to undisclosed recipients are allowed by RFC-822, the same does not mandate their acceptance." Sent from ProtonMail Mobile On Fri, Oct 27, 2017 at 4:33 PM, David B Funk wrote: > On Fri, 2

Re: Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-27 Thread David B Funk
On Fri, 27 Oct 2017, A. Schulze wrote: Am 27.10.2017 um 07:15 schrieb @lbutlr: RFC 822 is obsolete, replaced by RFC 2822. ... which is obsoleted by RFC 5322 and updated some other RFCs see https://tools.ietf.org/html/rfc5322 And it still explicitly says that construct is legal: rfc5322:3.4

Re: Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-27 Thread Matus UHLAR - fantomas
Am 27.10.2017 um 07:15 schrieb @lbutlr: RFC 822 is obsolete, replaced by RFC 2822. On 27.10.17 16:08, A. Schulze wrote: ... which is obsoleted by RFC 5322 and updated some other RFCs irelevant, the group addresses are still valid: group = display-name ":" [group-list] ";" [CF

Re: Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-27 Thread A. Schulze
Am 27.10.2017 um 07:15 schrieb @lbutlr: > RFC 822 is obsolete, replaced by RFC 2822. ... which is obsoleted by RFC 5322 and updated some other RFCs see https://tools.ietf.org/html/rfc5322

Re: Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-26 Thread @lbutlr
On 25 Oct 2017, at 08:29, Rupert Gallagher wrote: > Reading RFC 822 again, I spotted the endorsement for the case at hand. > The named header is compliant to the standard, as quoted below. RFC 822 is obsolete, replaced by RFC 2822. -- Apple broke AppleScripting signatures in Mail.app, so no r

Your header "To: undisclosed-recipients:;" is RFC 822 compliant

2017-10-25 Thread Rupert Gallagher
Reading RFC 822 again, I spotted the endorsement for the case at hand. The named header is compliant to the standard, as quoted below. However, the same standard does not compel a server to accept e-mail sent to undisclosed recipients: we are free to reject it by local policy.  6.2.6

Re: rule for To: undisclosed-recipients:;

2010-10-25 Thread Darxus
On 10/24, Dennis German wrote: > Is there? should there be a rule for a header like: > To: undisclosed-recipients:; There is a meta rule in spamassassin version 3.3.1: header __TO_UNDISCLOSEDTo =~ /(?:undisclosed-recipients|destinataires inconnus):/i It has no score on i

Re: rule for To: undisclosed-recipients:;

2010-10-24 Thread Cedric Knight
On 25/10/10 04:21, Dennis German wrote: > Is there? should there be a rule for a header like: > To: undisclosed-recipients:; There was a rule UNDISC_RECIPS in version 3.1, and it scored about 0.8 points. I don't know why it was removed; presumably it hit too much ham. It used to

rule for To: undisclosed-recipients:;

2010-10-24 Thread Dennis German
Is there? should there be a rule for a header like: To: undisclosed-recipients:;

Re: Undisclosed recipients :; -- again

2009-12-02 Thread Philip A. Prindeville
On 11/30/2009 03:15 AM, Matus UHLAR - fantomas wrote: > On 27.11.09 14:04, Philip A. Prindeville wrote: > >> for the ruleset: >> > >> header __L_UNDISCLOSED1 To:raw =~ /undisclosed-recipients: ;/ >> > just FYI, sendmail can be configure

Re: Undisclosed recipients :; -- again

2009-11-30 Thread Matus UHLAR - fantomas
On 27.11.09 14:04, Philip A. Prindeville wrote: > for the ruleset: > header __L_UNDISCLOSED1 To:raw =~ /undisclosed-recipients: ;/ just FYI, sendmail can be configured to do different things when To: is missing - there's sendmail option NoRecipientAction, configured

Re: Undisclosed recipients :; -- again

2009-11-27 Thread Philip A. Prindeville
John Hardin wrote: On Fri, 27 Nov 2009, Philip A. Prindeville wrote: header __L_UNDISCLOSED1 To:raw =~ /undisclosed-recipients: ;/ Just how do I go about figuring out what the "To:raw" value is (for example)? header __TO_RAW To:raw =~ /.+/ If you're analyzing

Re: Undisclosed recipients :; -- again

2009-11-27 Thread John Hardin
On Fri, 27 Nov 2009, Philip A. Prindeville wrote: header __L_UNDISCLOSED1 To:raw =~ /undisclosed-recipients: ;/ Just how do I go about figuring out what the "To:raw" value is (for example)? header __TO_RAW To:raw =~ /.+/ If you're analyzing something that ma

Re: Undisclosed recipients :; -- again

2009-11-27 Thread Philip A. Prindeville
John Hardin wrote: On Mon, 23 Nov 2009, LuKreme wrote: On Nov 23, 2009, at 12:05, Philip Prindeville wrote: I want to block all messages that I'm getting that have: To: undisclosed recipients: ; undisclosed recipients is used for Bcc: mail I used it all the time. And you WILL &

Re: [sa] Re: Undisclosed recipients :; -- again

2009-11-24 Thread Charles Gregory
On Mon, 23 Nov 2009, John Hardin wrote: Granted, but in metas such a test can be useful: http://ruleqa.spamassassin.org/?rule=%2FTO_NO&srcpath=jhardin Every now and then, someone posts a link like this one, and I find myself looking at a kind of 'index' page that frankly doesn't mean a thing t

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Philip Prindeville
On 11/23/2009 05:11 PM, LuKreme wrote: > On Nov 23, 2009, at 12:05, Philip Prindeville > > wrote: > > >> I want to block all messages that I'm getting that have: >> >> To: undisclosed recipients: ; >> >> with no Cc: line. >> >

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Philip Prindeville
On 11/23/2009 05:11 PM, LuKreme wrote: > On Nov 23, 2009, at 12:05, Philip Prindeville > > wrote: > > >> I want to block all messages that I'm getting that have: >> >> To: undisclosed recipients: ; >> >> with no Cc: line. >> >

Re: Undisclosed recipients :; -- again

2009-11-23 Thread John Hardin
On Mon, 23 Nov 2009, LuKreme wrote: On Nov 23, 2009, at 12:05, Philip Prindeville wrote: I want to block all messages that I'm getting that have: To: undisclosed recipients: ; undisclosed recipients is used for Bcc: mail I used it all the time. And you WILL 'block'

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Benny Pedersen
On tir 24 nov 2009 01:11:38 CET, LuKreme wrote I used it all the time. And you WILL 'block' legitimate mail. and thats always sender to decide its legitimate :) i see a pattern there -- xpoint

Re: Undisclosed recipients :; -- again

2009-11-23 Thread LuKreme
On Nov 23, 2009, at 12:05, Philip Prindeville > wrote: I want to block all messages that I'm getting that have: To: undisclosed recipients: ; with no Cc: line. What's Cc: have to do with it? undisclosed recipients is used for Bcc: mail I used it all the time. And yo

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Philip Prindeville
On 11/23/2009 12:18 PM, Michael Scheidell wrote: > Philip Prindeville wrote: > >> >> but as you say, if it can't tell the difference between "" and undef, >> then that's an issue. >> >> >> > use header ALL to check for a \nCC > (which could be blank) > > or just use your MTA to reject it

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Michael Scheidell
Philip Prindeville wrote: but as you say, if it can't tell the difference between "" and undef, then that's an issue. use header ALL to check for a \nCC (which could be blank) or just use your MTA to reject it at SMTPtime.

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Philip Prindeville
On 11/23/2009 12:10 PM, Michael Scheidell wrote: > Philip Prindeville wrote: > >> Hi. >> >> I want to block all messages that I'm getting that have: >> >> To: undisclosed recipients: ; >> >> with no Cc: line. >> >> >>

Re: Undisclosed recipients :; -- again

2009-11-23 Thread Michael Scheidell
Philip Prindeville wrote: Hi. I want to block all messages that I'm getting that have: To: undisclosed recipients: ; with no Cc: line. I went round and round with this a while back. SA 3.25 has a problem with perl null vs 0 vs ''. so a To header (or CC header) with n

Undisclosed recipients :; -- again

2009-11-23 Thread Philip Prindeville
Hi. I want to block all messages that I'm getting that have: To: undisclosed recipients: ; with no Cc: line. Unfortunately, the rule that I have: header L_UNDISCLOSEDTo:raw =~ /undisclosed-recipients: ?;/ describe L_UNDISCLOSED To: list is meaningless and no Cc:

Re: Undisclosed-recipients

2008-07-06 Thread jma-trs
ttp://www.nabble.com/Undisclosed-recipients-tp18296454p18302696.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Re: Undisclosed-recipients

2008-07-06 Thread jma-trs
t up postfix to use spamassassin based on this page: >> http://www.akadia.com/services/postfix_spamassassin.html. That part is >> working fine, mail passes through spamd and back into postfix for >> delivery. >> >> The problem is that the delivered mail shows up wit

Re: Undisclosed-recipients

2008-07-05 Thread Sahil Tandon
to 'undisclosed-recipients'. What's causing this? How can I stop it? Is this happening with all delivered mail or only messages that lack To: or Cc: headers? -- Sahil Tandon <[EMAIL PROTECTED]>

Re: Undisclosed-recipients

2008-07-05 Thread Matus UHLAR - fantomas
d mail shows up with the To: header set to > 'undisclosed-recipients'. What's causing this? How can I stop it? I guess it only happens when there's no To: or Cc:. I'd say it's postfix option. I removed it in sendmail when I found this problem (stops SA from scoring

Undisclosed-recipients

2008-07-05 Thread jma-trs
losed-recipients'. What's causing this? How can I stop it? -- View this message in context: http://www.nabble.com/Undisclosed-recipients-tp18296454p18296454.html Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

SA 3.2.0 and Undisclosed recipients?

2007-06-04 Thread Rose, Bobby
Does anyone know why the UNDISC_RECIPS was removed from 20_head_tests.cf tests? I searched the dev lists and it's mentioned in the context of being obsolete when ran against the corpus but I've seen alot of spam that is seen as being sent to undisclosed-recipients (aka BCC). I've

Re: Undisclosed recipients not tagged

2005-01-10 Thread Justin Mason
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Theo Van Dinter writes: > On Mon, Jan 10, 2005 at 12:07:39PM -0500, Matt Kettler wrote: > > It's not tagged because there's no subject header to be tagged. This is a > > bug in SA 3.0.0 and 3.0.1, but was fixed in SA 3.0.2. > > Just because it annoy

Re: Undisclosed recipients not tagged

2005-01-10 Thread Michael Parker
On Mon, Jan 10, 2005 at 12:07:39PM -0500, Matt Kettler wrote: > > It's not tagged because there's no subject header to be tagged. This is a > bug in SA 3.0.0 and 3.0.1, but was fixed in SA 3.0.2. > > http://bugzilla.spamassassin.org/show_bug.cgi?id=3816 > To be fair. This was not a bug, but a

Re: Undisclosed recipients not tagged

2005-01-10 Thread Theo Van Dinter
On Mon, Jan 10, 2005 at 12:07:39PM -0500, Matt Kettler wrote: > It's not tagged because there's no subject header to be tagged. This is a > bug in SA 3.0.0 and 3.0.1, but was fixed in SA 3.0.2. Just because it annoys me -- this was not a bug. It worked exactly as it was designed to. However, en

Re: Undisclosed recipients not tagged

2005-01-10 Thread Matt Kettler
At 10:50 AM 1/10/2005, Damien Kemens - Equinox Development wrote: I seem to be having a problem that defies SA logic, so there must be another variable I’m not aware of. A message comes through our network for Undisclosed Recipients. Here are the related headers: >X-Spam-Chec

Undisclosed recipients not tagged

2005-01-10 Thread Damien Kemens - Equinox Development
Hi,     I seem to be having a problem that defies SA logic, so there must be another variable I’m not aware of. A message comes through our network for Undisclosed Recipients. Here are the related headers:   >X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on eq-