fetchmail-friends
[Top] [All Lists]

[fetchmail][PATCH] mishandling of 452 Out of storage errors messages

2001-03-25 11:17:10
Closes debian bug #90966.

Index: sink.c
===================================================================
RCS file: /home/cvs/debian/fetchmail/sink.c,v
retrieving revision 1.1.1.4
retrieving revision 1.3
diff -u -r1.1.1.4 -r1.3
--- sink.c      2001/03/11 23:24:46     1.1.1.4
+++ sink.c      2001/03/25 16:52:14     1.3
@@ -442,7 +442,7 @@
     if (smtperr >= 400)
        report(stderr, _("%cMTP error: %s\n"), 
              ctl->listener,
-             smtp_response);
+             responses[0]);
 
     switch (smtperr)
     {


-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


<Prev in Thread] Current Thread [Next in Thread>
  • [fetchmail][PATCH] mishandling of 452 Out of storage errors messages, hmh <=