unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#10751: 24.0.93; BCC in Gnus isn't working
@ 2012-02-07 11:13 Stephen Berman
  2012-02-07 20:24 ` Lars Ingebrigtsen
  2012-02-07 21:02 ` Glenn Morris
  0 siblings, 2 replies; 11+ messages in thread
From: Stephen Berman @ 2012-02-07 11:13 UTC (permalink / raw)
  To: 10751

1. emacs -Q with no ~/News directory.
2. I typed ` M-x gnus RET', then `y' at prompt "Continue?"  after
getting error 'news/nntp Name or service not known)' to proceed to empty
Gnus group buffer. 
3. Then I typed `C-x m' to open a buffer in Message mode, put a valid
email address in the To: header line, type `C-c C-f C-b' to add a Bcc:
header line and put a different valid email address in it, and completed
the email (subject, text).
4. Then I typed `C-c C-c' to send the email, using smtp with an existing
~/.authinfo. 

=> My mailbox received two copies of the email, both sent to the address
in the To: header line.  In both there is no Bcc: header line, and there
was no email sent to the address in the Bcc: header line.  I've tried
this three times, same result. Of course, this used work.

In GNU Emacs 24.0.93.1 (i686-suse-linux-gnu, GTK+ Version 2.24.7)
 of 2012-02-07 on escher
Windowing system distributor `The X.Org Foundation', version 11.0.11004000
Configured using:
 `configure '--without-toolkit-scroll-bars' 'CFLAGS=-g''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: @im=local
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 11:13 bug#10751: 24.0.93; BCC in Gnus isn't working Stephen Berman
@ 2012-02-07 20:24 ` Lars Ingebrigtsen
  2012-02-07 20:42   ` Stephen Berman
  2012-02-07 21:02 ` Glenn Morris
  1 sibling, 1 reply; 11+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 20:24 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 10751

"Stephen Berman" <stephen.berman@gmx.net> writes:

> 1. emacs -Q with no ~/News directory.
> 2. I typed ` M-x gnus RET', then `y' at prompt "Continue?"  after
> getting error 'news/nntp Name or service not known)' to proceed to empty
> Gnus group buffer. 
> 3. Then I typed `C-x m' to open a buffer in Message mode, put a valid
> email address in the To: header line, type `C-c C-f C-b' to add a Bcc:
> header line and put a different valid email address in it, and completed
> the email (subject, text).
> 4. Then I typed `C-c C-c' to send the email, using smtp with an existing
> ~/.authinfo. 

Do you have to start Gnus first to see this bug?  Does "emacs -Q" and
then `C-x m' also display this behaviour?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 20:24 ` Lars Ingebrigtsen
@ 2012-02-07 20:42   ` Stephen Berman
  2012-02-07 20:52     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Berman @ 2012-02-07 20:42 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 10751

On Tue, 07 Feb 2012 21:24:02 +0100 Lars Ingebrigtsen <larsi@gnus.org> wrote:

> "Stephen Berman" <stephen.berman@gmx.net> writes:
>
>> 1. emacs -Q with no ~/News directory.
>> 2. I typed ` M-x gnus RET', then `y' at prompt "Continue?"  after
>> getting error 'news/nntp Name or service not known)' to proceed to empty
>> Gnus group buffer. 
>> 3. Then I typed `C-x m' to open a buffer in Message mode, put a valid
>> email address in the To: header line, type `C-c C-f C-b' to add a Bcc:
>> header line and put a different valid email address in it, and completed
>> the email (subject, text).
>> 4. Then I typed `C-c C-c' to send the email, using smtp with an existing
>> ~/.authinfo. 
>
> Do you have to start Gnus first to see this bug?  

No...

>                                                   Does "emacs -Q" and
> then `C-x m' also display this behaviour?

... Yes, it's exactly as in my OP.  So it's not a Gnus but a Message
mode bug.  (Sorry for not thinking to test that; I always use Gnus for
email in Emacs, so just assumed it was involved.)

Steve Berman





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 20:42   ` Stephen Berman
@ 2012-02-07 20:52     ` Lars Ingebrigtsen
  2012-02-07 21:10       ` Stephen Berman
  0 siblings, 1 reply; 11+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 20:52 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 10751

"Stephen Berman" <stephen.berman@gmx.net> writes:

> ... Yes, it's exactly as in my OP.  So it's not a Gnus but a Message
> mode bug. 

I've just tried this (emacs -Q, `C-x m', added a Bcc header), and the
message seems to have been sent to both the To and the Bcc addresses.
So I'm not able to reproduce this bug.

This is with the current Emacs 24 trunk, but I don't think there's been
any changes in this dept since 24.0.93.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 11:13 bug#10751: 24.0.93; BCC in Gnus isn't working Stephen Berman
  2012-02-07 20:24 ` Lars Ingebrigtsen
@ 2012-02-07 21:02 ` Glenn Morris
  2012-02-07 21:22   ` Stephen Berman
  1 sibling, 1 reply; 11+ messages in thread
From: Glenn Morris @ 2012-02-07 21:02 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 10751

"Stephen Berman" wrote:

> => My mailbox received two copies of the email, both sent to the address
> in the To: header line.

> In both there is no Bcc: header line

That's the nature of BCC, no?

>, and there was no email sent to the address in the Bcc: header line.

Works for me.

I don't supposed your bcc address somehow redirects to the To address?
That would explain why you get two copies.





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 20:52     ` Lars Ingebrigtsen
@ 2012-02-07 21:10       ` Stephen Berman
  2012-02-07 21:19         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Berman @ 2012-02-07 21:10 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 10751, Stephen Berman

On Tue, 07 Feb 2012 21:52:23 +0100 Lars Ingebrigtsen <larsi@gnus.org> wrote:

> "Stephen Berman" <stephen.berman@gmx.net> writes:
>
>> ... Yes, it's exactly as in my OP.  So it's not a Gnus but a Message
>> mode bug. 
>
> I've just tried this (emacs -Q, `C-x m', added a Bcc header), and the
> message seems to have been sent to both the To and the Bcc addresses.
          ?????
          Why are you in doubt?

> So I'm not able to reproduce this bug.
>
> This is with the current Emacs 24 trunk, but I don't think there's been
> any changes in this dept since 24.0.93.

I tested with a build from Bzr-107164, this morning's trunk.  Could this
have something to do with the SMTP server?  Though BCC worked with this
server six months ago...  Is there anything you can think of that I can
try to debug this?

Steve Berman





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 21:10       ` Stephen Berman
@ 2012-02-07 21:19         ` Lars Ingebrigtsen
  0 siblings, 0 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 21:19 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 10751

"Stephen Berman" <stephen.berman@gmx.net> writes:

>> I've just tried this (emacs -Q, `C-x m', added a Bcc header), and the
>> message seems to have been sent to both the To and the Bcc addresses.
>           ?????
>           Why are you in doubt?

When am I ever not?

> I tested with a build from Bzr-107164, this morning's trunk.  Could this
> have something to do with the SMTP server?  Though BCC worked with this
> server six months ago...  Is there anything you can think of that I can
> try to debug this?

It's possible that your SMTP server is totally ignoring the address that
smtpmail.el is telling it to send the email to, but that would be rather
odd behaviour.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 21:02 ` Glenn Morris
@ 2012-02-07 21:22   ` Stephen Berman
  2012-02-07 21:28     ` Glenn Morris
  0 siblings, 1 reply; 11+ messages in thread
From: Stephen Berman @ 2012-02-07 21:22 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 10751

On Tue, 07 Feb 2012 16:02:05 -0500 Glenn Morris <rgm@gnu.org> wrote:

> "Stephen Berman" wrote:
>
>> => My mailbox received two copies of the email, both sent to the address
>> in the To: header line.
>
>> In both there is no Bcc: header line
>
> That's the nature of BCC, no?

Not with an email I sent from Gnus last July; this is how it looks
(aside from the anonymization) in the Gnus Article buffer:

From: Stephen Berman <stephen.berman@gmx.net>
Subject: Bla bla
To: Stephen.Berman@gmx.net
Date: Tue, 19 Jul 2011 11:32:57 +0200 (29 weeks, 11 hours, 33 minutes ago)
Bcc: xxxxx.xxxxxxxxx@xxxx-xxx-xxxxxx.xx, xxxxxxxxx.xxxx@xxxx-xxx-xxxxxx.xx, xxxxx.xxxx@xxxx-xxx-xxxxxx.xx, xxxx.xxxxxxxxx@xxxx-xxx-xxxxxx.xx, xxxx.xxxxx@xxxx-xxx-xxxxxx.xx, xxxxxx.xxxxxxxx@xxxx-xxx-xxxxxx.xx, xxxxxx.xxxxxxxxx@xxxx-xxx-xxxxxx.xx, xxxxxxx.xxxxxx@xxxx-xxx-xxxxxx.xx, xxxx.xxxxxxxxx@xxxx-xxx-xxxxxx.xx, xxxx.xxxxxxxx@xxxx-xxx-xxxxxx.xx

Is this wrong?  In any case, this mail did arrive at the addresses in
both the To: and the Bcc: header lines.

>>, and there was no email sent to the address in the Bcc: header line.
>
> Works for me.
>
> I don't supposed your bcc address somehow redirects to the To address?
> That would explain why you get two copies.

No, I used addresses that do not have anything to do with each other.

Steve Berman





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 21:22   ` Stephen Berman
@ 2012-02-07 21:28     ` Glenn Morris
  2012-02-07 21:47       ` Lars Ingebrigtsen
  2012-02-07 21:52       ` Stephen Berman
  0 siblings, 2 replies; 11+ messages in thread
From: Glenn Morris @ 2012-02-07 21:28 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 10751

"Stephen Berman" wrote:

>> That's the nature of BCC, no?
>
> Not with an email I sent from Gnus last July; this is how it looks
> (aside from the anonymization) in the Gnus Article buffer:

Maybe you are talking about a Gnus archived copy (GCC?), which may or
may not preserve any BCC field, I don't know. But if you actually send a
mail with a BCC header through any kind of mail system and the BCC is
still visible at the other end when it arrives, then that's obviously a
bug, because the whole point of BCC is that the recipients cannot see
it.

But having written that I looked it up and apparently there's no
guarantee it will work that way. Everything I ever knew is wrong...





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 21:28     ` Glenn Morris
@ 2012-02-07 21:47       ` Lars Ingebrigtsen
  2012-02-07 21:52       ` Stephen Berman
  1 sibling, 0 replies; 11+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 21:47 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 10751, Stephen Berman

Glenn Morris <rgm@gnu.org> writes:

> But having written that I looked it up and apparently there's no
> guarantee it will work that way.

That's the way all mail user agents I know of interpret the Bcc header.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





^ permalink raw reply	[flat|nested] 11+ messages in thread

* bug#10751: 24.0.93; BCC in Gnus isn't working
  2012-02-07 21:28     ` Glenn Morris
  2012-02-07 21:47       ` Lars Ingebrigtsen
@ 2012-02-07 21:52       ` Stephen Berman
  1 sibling, 0 replies; 11+ messages in thread
From: Stephen Berman @ 2012-02-07 21:52 UTC (permalink / raw)
  To: 10751-done; +Cc: Lars Ingebrigtsen

On Tue, 07 Feb 2012 16:28:48 -0500 Glenn Morris <rgm@gnu.org> wrote:

> "Stephen Berman" wrote:
>
>>> That's the nature of BCC, no?
>>
>> Not with an email I sent from Gnus last July; this is how it looks
>> (aside from the anonymization) in the Gnus Article buffer:
>
> Maybe you are talking about a Gnus archived copy (GCC?), which may or
> may not preserve any BCC field, I don't know. 

D'oh.  Of course you're right.  Moreover, I just checked with another
mail programm on the server of the address used in the Bcc: header line,
and the emails I sent are there.  I'm closing this bug.  Sorry for the
false alarm, and for the stupidity. (Maybe I can blame it on my current
bout of sinusitis...)

Steve Berman





^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-02-07 21:52 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 11:13 bug#10751: 24.0.93; BCC in Gnus isn't working Stephen Berman
2012-02-07 20:24 ` Lars Ingebrigtsen
2012-02-07 20:42   ` Stephen Berman
2012-02-07 20:52     ` Lars Ingebrigtsen
2012-02-07 21:10       ` Stephen Berman
2012-02-07 21:19         ` Lars Ingebrigtsen
2012-02-07 21:02 ` Glenn Morris
2012-02-07 21:22   ` Stephen Berman
2012-02-07 21:28     ` Glenn Morris
2012-02-07 21:47       ` Lars Ingebrigtsen
2012-02-07 21:52       ` Stephen Berman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).