Thanks a lot for being resistant, Bob from Canada!

Bob Tennent <[email protected]> wrote:
 |>|||In 14.7.1, this command saves to a file user. 

 |My problem is that it *didn't* resend to the e-mail address!

--steffen

commit a82af9f (refs/remotes/origin/master, refs/heads/master)
Author: Steffen (Daode) Nurpmeso <[email protected]>
Date:   2015-05-25 14:22:41 +0200

    Fix *record-resent* target (Bob Tennent)..
    
    … and then he resisted and he was oh so right to do so, since the
    commit [a11935b] (NYD: sendout.c.., 2014-02-14) broke
    *record-resent* in sofar as the local copy wouldn't have reached
    *record* but would instead have been saved in a file named after
    the addressee!
    
    Please note: never mix whitespace or style changes, nor plain
    instrumentation injections with real code changes.
---
 sendout.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sendout.c b/sendout.c
index a7d7d74..c38262b 100644
--- a/sendout.c
+++ b/sendout.c
@@ -2121,7 +2121,7 @@ jerr_o:
       savedeadletter(nfi, FAL0);
 
    if (count(to = elide(to)) != 0) {
-      if (!ok_blook(record_resent) || mightrecord(nfi, to)) {
+      if (!ok_blook(record_resent) || mightrecord(nfi, NULL)) {
          sb.sb_to = to;
          /*sb.sb_input = nfi;*/
          if (_transfer(&sb))

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
S-nail-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/s-nail-users

Reply via email to