# HG changeset patch # User mmj # Date 1114674726 -36000 # Node ID ec080ab4e9e7cf389ec84c22990107c5e8aa02d6 # Parent 101cec1dc992ee65d729d1ebd54c50c8cfe28c18 Cleanup confirmation bounces diff -r 101cec1dc992 -r ec080ab4e9e7 src/mlmmj-bounce.c --- a/src/mlmmj-bounce.c Thu Apr 28 04:36:05 2005 +1000 +++ b/src/mlmmj-bounce.c Thu Apr 28 17:52:06 2005 +1000 @@ -340,12 +340,16 @@ a = concatstr(3, listdir, "/subconf/", address); unlink(a); myfree(a); + if(mailname) + unlink(mailname); exit(EXIT_SUCCESS); } if(strcmp(number, "confunsub") == 0) { a = concatstr(3, listdir, "/unsubconf/", address); unlink(a); myfree(a); + if(mailname) + unlink(mailname); exit(EXIT_SUCCESS); } /* Below checks for bounce probes bouncing. If they do, simply remove