Gnus development mailing list
 help / color / mirror / Atom feed
* on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces
@ 2010-09-27  7:34 Gijs Hillenius
  2010-09-27  8:44 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Gijs Hillenius @ 2010-09-27  7:34 UTC (permalink / raw)
  To: ding


I have two machines, one with 
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

and the other (this one) with
No Gnus v0.11 on a similar Emacs.

With Gnus v5.13, my gnus-gcc works. With No Gnus v0.11 it does not. 

Here is a trace from *imap log* on Gnus v5.13.
,----
| 1113 UNSELECT
| 1113 OK Completed
| 1114 APPEND "INBOX.sent.2010-09" {655}
| + go ahead
| 
| (imagine here a complete line by line echo of the email message, with From / To headers and so on)
| 
| 1114 OK [APPENDUID 1285270465 444] Completed
`----

in the imap-debug log I get this nice map:

,----
| | 2 <- imap-send-command-wait: OK
| | 2 -> imap-message-appenduid-1: mailbox="INBOX.sent.2010-09"
| | | 3 -> imap-capability: identifier=UIDPLUS buffer=nil
| | | 3 <- imap-capability: (UIDPLUS ID NO_ATOMIC_RENAME UNSELECT
| CHILDREN MULTIAPPEND BINARY SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES
| ANNOTATEMORE IDLE AUTH=LOGIN AUTH=PLAIN AUTH=DIGEST-MD5 AUTH=NTLM
| AUTH=CRAM-MD5 SASL-IR)
| | 2 <- imap-message-appenduid-1: ("1285270465" 445)
| 1 <- imap-message-append: ("1285270465" 445)
`----


here is the imap-log from a almost indentical test email sent with No
Gnus v0.11.

,----
| 09:23:26 863 SELECT "INBOX.sent.2010-09"
| 09:23:26 864 SELECT "INBOX.sent.2010-09"
| 09:23:26 865 UID FETCH 1:* FLAGS
| 09:23:26 866 APPEND "INBOX.sent.2010-09" {645}
| 09:23:27 867 UID SEARCH HEADER Message-Id
| "<874odbd506.fsf@hillenius.net>"
 
`----


The imap-debug map is no longer available on No Gnus v0.11, since
imap-debug is removed.


From .gnus 
,----
| ;; TSL Certificate Tweak
| (setq tls-hostmismatch nil) ;; prevent "hostname in crtfct does NOT"
| 
| ;; Encrypted Login data
| ;; needs "(require 'epa-file) (epa-file-enable)" which is in .emacs
| (setq auth-sources '((:source "~/.authinfo.gpg")))
| 
| ;; Email (Imap) (Debug is on, see below)
| (setq gnus-secondary-select-methods
|       '((nnimap "thuis"
| 	       (nnimap-address "mail.hillenius.net")
| ;;	       (nnimap-stream ssl)))) ; was tsl
| 	       (nnimap-stream starttls)))) 
| 
| 
| ;; Email (Smtp) (Debug is on, see below)
| (setq message-send-mail-function 'smtpmail-send-it      
|       smtpmail-starttls-credentials '(("mail.hillenius.net" 587 nil nil))
|       starttls-extra-arguments '("--insecure")
|       smtpmail-default-smtp-server "mail.hillenius.net"
|       smtpmail-smtp-server "mail.hillenius.net"
|       smtpmail-smtp-service 587
|       smtpmail-local-domain "hillenius.net")
| 
| ;; Archive Sent Mail On Server
| (setq gnus-message-archive-method 
|       '(nnimap "thuis"))
| 
| ;; E-mail archive, per month & per Gcc-split (see Posting Styles)
| ;;(setq gnus-message-archive-group "INBOX.Sent")  ;; original folder
| (setq gnus-message-archive-group
|       '((if (message-news-p)
|   	    "INBOX.misc-news"
| 	  (concat "INBOX.sent." (format-time-string "%Y-%m")))))
`----




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

* Re: on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces
  2010-09-27  7:34 on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces Gijs Hillenius
@ 2010-09-27  8:44 ` Lars Magne Ingebrigtsen
  2010-09-27  9:46   ` Gijs Hillenius
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27  8:44 UTC (permalink / raw)
  To: ding

Gijs Hillenius <gijs@hillenius.net> writes:

> | 09:23:26 863 SELECT "INBOX.sent.2010-09"
> | 09:23:26 864 SELECT "INBOX.sent.2010-09"
> | 09:23:26 865 UID FETCH 1:* FLAGS
> | 09:23:26 866 APPEND "INBOX.sent.2010-09" {645}
> | 09:23:27 867 UID SEARCH HEADER Message-Id
> | "<874odbd506.fsf@hillenius.net>"

It didn't report any errors on APPEND, which is now fixed.  You should
now get an error message if the APPEND fails.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces
  2010-09-27  8:44 ` Lars Magne Ingebrigtsen
@ 2010-09-27  9:46   ` Gijs Hillenius
  2010-09-27 19:42     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Gijs Hillenius @ 2010-09-27  9:46 UTC (permalink / raw)
  To: ding

On 27 Sep 2010, Lars Magne Ingebrigtsen wrote:

> Gijs Hillenius <gijs@hillenius.net> writes:
>
>> | 09:23:26 863 SELECT "INBOX.sent.2010-09"
>> | 09:23:26 864 SELECT "INBOX.sent.2010-09"
>> | 09:23:26 865 UID FETCH 1:* FLAGS
>> | 09:23:26 866 APPEND "INBOX.sent.2010-09" {645}
>> | 09:23:27 867 UID SEARCH HEADER Message-Id
>> | "<874odbd506.fsf@hillenius.net>"
>
> It didn't report any errors on APPEND, which is now fixed.  You should
> now get an error message if the APPEND fails.

Got the latest gnus from the git (just now) and kept on testing. There
are no gnus-gcc errors reported

,----
| 11:13:26 373 SELECT "INBOX.sent.2010-09"
| 11:13:26 374 SELECT "INBOX.sent.2010-09"
| 11:13:26 375 UID FETCH 1:* FLAGS
| 11:13:26 376 APPEND "INBOX.sent.2010-09" {623}
| 11:13:27 377 UID SEARCH HEADER Message-Id "<87hbhbim6n.fsf@hillenius.net>"
`----

but the message seems not to be copied/written to the server either.


*Messages* buffer on the No Gnus v0.11

,----
| Sending...
| Sending via mail...
| Opening STARTTLS connection to `mail.hillenius.net:587'...done
| 220 hillenius.net ESMTP Exim 4.69 Mon, 27 Sep 2010 11:39:13 +0200
| 250-hillenius.net Hello bufo-sapiens.hillenius.net [109.128.161.238]
| 250-SIZE 52428800
| 250-PIPELINING
| 250-STARTTLS
| 250 HELP
| 220 TLS go ahead
| 250-hillenius.net Hello bufo-sapiens.hillenius.net [109.128.161.238]
| 250-SIZE 52428800
| 250-PIPELINING
| 250-AUTH PLAIN LOGIN
| 250 HELP
| 235 Authentication succeeded
| 250 OK
| 250 Accepted
| 354 Enter message, ending with "." on a line by itself
| 250 OK id=1P0AB0-00072G-Ln
| 221 hillenius.net closing connection
| Sending...done
`----

I notice, but that might not mean anything, that with Gnus v5.13 the
connection to the server is opened twice (see below).

*Messages buffer on the Gnus v5.13 machine

,----
| Sending...
| Sending via mail...
| Opening STARTTLS connection to `mail.hillenius.net:587'...done
| 220 hillenius.net ESMTP Exim 4.69 Mon, 27 Sep 2010 11:37:40 +0200
| 250-hillenius.net Hello air.hillenius.net [109.128.161.238]
| 250-SIZE 52428800
| 250-PIPELINING
| 250-STARTTLS
| 250 HELP
| 220 TLS go ahead
| 250-hillenius.net Hello air.hillenius.net [109.128.161.238]
| 250-SIZE 52428800
| 250-PIPELINING
| 250-AUTH PLAIN LOGIN
| 250 HELP
| 235 Authentication succeeded
| 250 OK
| 250 Accepted
| 354 Enter message, ending with "." on a line by itself
| 250 OK id=1P0A9V-00071c-0x
| 221 hillenius.net closing connection
| Opening nnimap server on thuis...
| imap: Connecting to mail.hillenius.net...
| Opening TLS connection to `mail.hillenius.net'...
| Opening TLS connection with `gnutls-cli -p 993 mail.hillenius.net'...failed
| Opening TLS connection with `gnutls-cli -p 993 mail.hillenius.net --protocols ssl3'...failed
| Opening TLS connection with `openssl s_client -connect mail.hillenius.net:993 -no_ssl2 -ign_eof'...done
| Opening TLS connection to `mail.hillenius.net'...done
| Waiting for response from mail.hillenius.net...done
| Parsing authinfo file `/home/gijs/.imap-authinfo'.
| imap: Authenticating using CRAM-MD5...
| imap: Login successful...
| imap: Authenticating using CRAM-MD5...done
| Opening nnimap server on thuis...done
| nnimap: Updating info for nnimap+thuis:INBOX.sent.2010-09...done
| Sending...done
`----



-- 
Thank goodness modern convenience is a thing of the remote future.
		-- Pogo, by Walt Kelly




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

* Re: on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces
  2010-09-27  9:46   ` Gijs Hillenius
@ 2010-09-27 19:42     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-27 19:42 UTC (permalink / raw)
  To: ding

Gijs Hillenius <gijs@hillenius.net> writes:

> Got the latest gnus from the git (just now) and kept on testing. There
> are no gnus-gcc errors reported

Try edebugging through `nnimap-request-accept-article' and see what
happens. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

end of thread, other threads:[~2010-09-27 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-27  7:34 on gnus-gcc, No Gnus v0.11, Gnus v5.13, comparing traces Gijs Hillenius
2010-09-27  8:44 ` Lars Magne Ingebrigtsen
2010-09-27  9:46   ` Gijs Hillenius
2010-09-27 19:42     ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).