Mercurial > masqmail
comparison src/accept.c @ 265:409552c5647f
removed obsolete commented code
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Fri, 03 Dec 2010 11:30:01 -0300 |
parents | 996b53a50f55 |
children | 7b12d081b939 |
comparison
equal
deleted
inserted
replaced
264:1e5e457dea18 | 265:409552c5647f |
---|---|
410 msg->hdr_list = g_list_prepend(msg->hdr_list, hdr); | 410 msg->hdr_list = g_list_prepend(msg->hdr_list, hdr); |
411 | 411 |
412 if (for_string) | 412 if (for_string) |
413 g_free(for_string); | 413 g_free(for_string); |
414 | 414 |
415 /* write message to spool: */ | |
416 /* accept is no longer responsible for this | |
417 if (!spool_write(msg, TRUE)) | |
418 return AERR_NOSPOOL; | |
419 */ | |
420 return AERR_OK; | 415 return AERR_OK; |
421 } | 416 } |
422 | 417 |
423 accept_error | 418 accept_error |
424 accept_message(FILE * in, message * msg, guint flags) | 419 accept_message(FILE * in, message * msg, guint flags) |