savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] [Mail Delivery System] Mail delivery failed: returni


From: Lute Kamstra
Subject: [Savannah-hackers] [Mail Delivery System] Mail delivery failed: returning message to sender
Date: Fri, 16 May 2003 11:49:46 +0200
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux)

Dear people,

I just committed two files to Emacs' CVS repository and received the
following four (bounced) emails.  I committed to Emacs's CVS before
(yesterday, for example) and did not receive such mails.  Apart from
these bounced mails, the commit was successful.  Can you tell me what
is going wrong?

Regards,

  Lute.

--- Begin Message --- Subject: Topics
Topics:
   Mail delivery failed: returning message to sender
   Mail delivery failed: returning message to sender
   Mail delivery failed: returning message to sender
   Mail delivery failed: returning message to sender


--- End Message ---
--- Begin Message --- Subject: Mail delivery failed: returning message to sender Date: Fri, 16 May 2003 05:27:37 -0400
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  address@hidden
    SMTP error from remote mailer after RCPT TO:<address@hidden>:
    host mx10.gnu.org [199.232.76.166]: 550 Sender verify failed

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from lute by subversions.gnu.org with local (Exim 4.20)
        id 19GbV3-0000Mk-5m
        for address@hidden; Fri, 16 May 2003 05:27:37 -0400
To: address@hidden
Subject: emacs/lisp hl-line.el
Reply-to: address@hidden
Message-Id: <address@hidden>
From: Lute Kamstra <address@hidden>
Date: Fri, 16 May 2003 05:27:37 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Lute Kamstra <address@hidden>   03/05/16 05:27:36

Modified files:
        lisp           : hl-line.el 

Log message:
        (hl-line-highlight, global-hl-line-highlight): Use
        `line-beginning-position' to determine the beginning of the next
        line.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/hl-line.el.diff?tr1=1.20&tr2=1.21&r1=text&r2=text





--- End Message ---
--- Begin Message --- Subject: Mail delivery failed: returning message to sender Date: Fri, 16 May 2003 05:27:37 -0400
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  address@hidden
    SMTP error from remote mailer after RCPT TO:<address@hidden>:
    host mx10.gnu.org [199.232.76.166]: 550-Verification failed for 
<address@hidden>
    550-Called:   199.232.76.164
    550-Sent:     RCPT TO:<address@hidden>
    550-Response: 550 unknown user
    550 Sender verify failed

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from lute by subversions.gnu.org with local (Exim 4.20)
        id 19GbV2-0000Mi-UD
        for address@hidden; Fri, 16 May 2003 05:27:36 -0400
To: address@hidden
Subject: Changes to emacs/lisp/hl-line.el
Reply-to: address@hidden
Message-Id: <address@hidden>
From: Lute Kamstra <address@hidden>
Date: Fri, 16 May 2003 05:27:36 -0400

Index: emacs/lisp/hl-line.el
diff -c emacs/lisp/hl-line.el:1.20 emacs/lisp/hl-line.el:1.21
*** emacs/lisp/hl-line.el:1.20  Thu May 15 09:21:23 2003
--- emacs/lisp/hl-line.el       Fri May 16 05:27:36 2003
***************
*** 124,130 ****
          (overlay-put hl-line-overlay
                       'window (unless hl-line-sticky-flag (selected-window)))
          (move-overlay hl-line-overlay
!                       (line-beginning-position) (1+ (line-end-position))))
      (hl-line-unhighlight)))
  
  (defun hl-line-unhighlight ()
--- 124,130 ----
          (overlay-put hl-line-overlay
                       'window (unless hl-line-sticky-flag (selected-window)))
          (move-overlay hl-line-overlay
!                       (line-beginning-position) (line-beginning-position 2)))
      (hl-line-unhighlight)))
  
  (defun hl-line-unhighlight ()
***************
*** 158,164 ****
          (overlay-put global-hl-line-overlay 'face hl-line-face))
        (overlay-put global-hl-line-overlay 'window (selected-window))
        (move-overlay global-hl-line-overlay
!                     (line-beginning-position) (1+ (line-end-position))))))
  
  (defun global-hl-line-unhighlight ()
    "Deactivate the Global-Hl-Line overlay on the current line."
--- 158,164 ----
          (overlay-put global-hl-line-overlay 'face hl-line-face))
        (overlay-put global-hl-line-overlay 'window (selected-window))
        (move-overlay global-hl-line-overlay
!                     (line-beginning-position) (line-beginning-position 2)))))
  
  (defun global-hl-line-unhighlight ()
    "Deactivate the Global-Hl-Line overlay on the current line."


--- End Message ---
--- Begin Message --- Subject: Mail delivery failed: returning message to sender Date: Fri, 16 May 2003 05:28:47 -0400
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  address@hidden
    SMTP error from remote mailer after RCPT TO:<address@hidden>:
    host mx10.gnu.org [199.232.76.166]: 550 Sender verify failed

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from lute by subversions.gnu.org with local (Exim 4.20)
        id 19GbW5-0000Qz-L5
        for address@hidden; Fri, 16 May 2003 05:28:41 -0400
To: address@hidden
Subject: emacs/lisp ChangeLog
Reply-to: address@hidden
Message-Id: <address@hidden>
From: Lute Kamstra <address@hidden>
Date: Fri, 16 May 2003 05:28:41 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Lute Kamstra <address@hidden>   03/05/16 05:28:40

Modified files:
        lisp           : ChangeLog 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/ChangeLog.diff?tr1=1.5121&tr2=1.5122&r1=text&r2=text


--- End Message ---
--- Begin Message --- Subject: Mail delivery failed: returning message to sender Date: Fri, 16 May 2003 05:28:47 -0400
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  address@hidden
    SMTP error from remote mailer after RCPT TO:<address@hidden>:
    host mx10.gnu.org [199.232.76.166]: 550 Sender verify failed

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from lute by subversions.gnu.org with local (Exim 4.20)
        id 19GbW5-0000Qx-8z
        for address@hidden; Fri, 16 May 2003 05:28:41 -0400
To: address@hidden
Subject: Changes to emacs/lisp/ChangeLog
Reply-to: address@hidden
Message-Id: <address@hidden>
From: Lute Kamstra <address@hidden>
Date: Fri, 16 May 2003 05:28:41 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5121 emacs/lisp/ChangeLog:1.5122
*** emacs/lisp/ChangeLog:1.5121 Fri May 16 00:16:26 2003
--- emacs/lisp/ChangeLog        Fri May 16 05:28:39 2003
***************
*** 1,3 ****
--- 1,9 ----
+ 2003-05-16  Lute Kamstra  <address@hidden>
+ 
+       * hl-line.el (hl-line-highlight, global-hl-line-highlight): Use
+       `line-beginning-position' to determine the beginning of the next
+       line.
+ 
  2003-05-16  Kenichi Handa  <address@hidden>
  
        * international/mule-cmds.el (mule-menu-keymap): Enable the menu
***************
*** 465,471 ****
        * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
        * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
  
! 2003-05-06  Lute Kamstra  <address@hidden>
  
        * hl-line.el: Removed an erroneous comment.
        (hl-line-mode): Use buffer local hooks.
--- 471,477 ----
        * help-fns.el (help-add-fundoc-usage): Use t for "no arglist".
        * emacs-lisp/advice.el (ad-make-advised-docstring): Adjust usage.
  
! 2003-05-06  Lute Kamstra  <address@hidden>
  
        * hl-line.el: Removed an erroneous comment.
        (hl-line-mode): Use buffer local hooks.



--- End Message ---
-- 
Lute Kamstra  <address@hidden>
CWI  department PNA4
Room M233  phone (+31) 20 592 4214
[Echelon material: brigand SRI Mafia]

reply via email to

[Prev in Thread] Current Thread [Next in Thread]