J
John G Harris
Gregor Kofler wrote:
BTW, you should fix your Message-ID or tell your service provider to do so.
His message IDs conform to the current standard, so nothing needs
"fixing".
John
Gregor Kofler wrote:
BTW, you should fix your Message-ID or tell your service provider to do so.
John said:His message IDs conform to the current standard, so nothing needs
"fixing".
I'm having trouble with Alert() not working.
Swifty said:I spent yesterday putting a statement similar to:
alert('Reached line 10')
before every line in one particular routine of mine. I knew it was
being called, and I new that it never returned, but I could not spot
the error.
This at least got me down to the failing line of code. It then took me
another hour to work out why it was failing.
And which standard would that be?
I spent yesterday putting a statement similar to:
alert('Reached line 10')
before every line in one particular routine of mine. I knew it was
being called, and I new that it never returned, but I could not spot
the error.
Swifty said:Actually, my program wasn't javascript (hence my reference to "a
statement similar to"). There may be debuggers for the language that I
use, but the problem gets more challenging.
The code is a CGI script. When it runs in its natural environment
(under an apache webserver) both STDOUT and STDERR are trapped (STDOUT
is channeled back to the browser, and STDERR is written to the apache
error_log). So, I'm mostly "flying blind" when trying to debug the
code.
John said:RFC 5536 : Netnews Article Format, which cross references
RFC 5322 : Internet Message Format for message-ID fields, etc.
You'll notice that RFC 5536 is a Proposed Standard, dated 2009-11. This
delay before a Proposed Standard becomes a full Standard is normal for
the IETF. New and updated products are expected to follow a proposed
standard long before its change to full status.
The key requirement for message-IDs is that each news article or mail
message has its own unique ID. Some ways to do this are suggested but
are not compulsory.
<snip>John said:RFC 5536 : Netnews Article Format, which cross references
RFC 5322 : Internet Message Format for message-ID fields, etc.
You'll notice that RFC 5536 is a Proposed Standard, dated 2009-11. This
delay before a Proposed Standard becomes a full Standard is normal for
the IETF. New and updated products are expected to follow a proposed
standard long before its change to full status.
The key requirement for message-IDs is that each news article or mail
message has its own unique ID. Some ways to do this are suggested but
are not compulsory.
No, "some ways" are _not_ "suggested"; it is *strongly* *recommended* in RFC
5536 to use a (fully qualified) domain name (one's own, or that of one's
news provider) for the <id-right> of the Message-ID header field value as
that is a viable means, if not the only one, to keep Message-IDs unique
(over the course of two years):
| 3.1.3. Message-ID
|
| The Message-ID header field contains a unique message identifier.
| Netnews is more dependent on message identifier uniqueness and fast
| comparison than Email is, and some news software and standards
| [RFC3977] might have trouble with the full range of possible
| <msg-id>s permitted by [RFC5322]. This section therefore restricts
| the syntax of <msg-id> as compared to Section 3.6.4 of [RFC5322].
| The global uniqueness requirement for <msg-id> in [RFC5322] is to be
| understood as applying across all protocols using such message
| identifiers, and across both Email and Netnews in particular.
| […]
| When generating a <msg-id>, implementations SHOULD use a domain name
| as the <id-right>.
,-[RFC 2119]
|
| 3. SHOULD This word, or the adjective "RECOMMENDED", mean that there
| may exist valid reasons in particular circumstances to ignore a
| particular item, but the full implications must be understood and
| carefully weighed before choosing a different course.
If you think that avoiding spam – which appears to be the intention here,
considering "dont-email.me" – is a "valid reason" to not use a domain name
there, and that "the full implications have been understood and carefully
weighted" by those who do so – which would be required –, think again.
Thus spake John G Harris said:[...]John said:Thomas 'PointedEars' Lahn wrote:
John G Harris wrote:
Thomas 'PointedEars' Lahn wrote:
Gregor Kofler wrote:
BTW, you should fix your Message-ID or tell your service provider to do
so.
His message IDs conform to the current standard, so nothing needs
"fixing".
| may exist valid reasons in particular circumstances to ignore a
| particular item, but the full implications must be understood and
| carefully weighed before choosing a different course.
If you think that avoiding spam ¡V which appears to be the intention here,
considering "dont-email.me" ¡V is a "valid reason" to not use a domain name
there, and that "the full implications have been understood and carefully
weighted" by those who do so ¡V which would be required ¡V, think again.
John said:<snip>Thomas said:| 3.1.3. Message-ID
|
| The Message-ID header field contains a unique message identifier.
| Netnews is more dependent on message identifier uniqueness and fast
| comparison than Email is, and some news software and standards
| [RFC3977] might have trouble with the full range of possible
| <msg-id>s permitted by [RFC5322]. This section therefore restricts
| the syntax of <msg-id> as compared to Section 3.6.4 of [RFC5322].
| The global uniqueness requirement for <msg-id> in [RFC5322] is to be
| understood as applying across all protocols using such message
| identifiers, and across both Email and Netnews in particular.
| […]
| When generating a <msg-id>, implementations SHOULD use a domain name
| as the <id-right>.
,-[RFC 2119]
|
| 3. SHOULD This word, or the adjective "RECOMMENDED", mean that there
| may exist valid reasons in particular circumstances to ignore a
| particular item, but the full implications must be understood and
| carefully weighed before choosing a different course.
If you think that avoiding spam – which appears to be the intention here,
considering "dont-email.me" – is a "valid reason" to not use a domain
name there, and that "the full implications have been understood and
carefully weighted" by those who do so – which would be required –, think
again.
You originally said that his message-ID algorithm was wrong. We all note
that you've now changed this to a mere remark, without evidence, that it
is a weaker algorithm than yours.
Sorry for jumping into this totally off-topic and preposterous thread (I
know why I've been happily ignoring PE's drivel for more than ten
years).
dont-email.me is, of course, a perfectly legitimate domain name.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.