Mercurial > masqmail
comparison src/deliver.c @ 12:9fb7ddbaf129
removed noop-code; some beautifying
author | meillo@marmaro.de |
---|---|
date | Wed, 29 Oct 2008 16:34:13 +0100 |
parents | 26e34ae9a3e3 |
children | f671821d8222 |
comparison
equal
deleted
inserted
replaced
11:24872a9fe6e1 | 12:9fb7ddbaf129 |
---|---|
353 psb->remote_host = host; | 353 psb->remote_host = host; |
354 | 354 |
355 set_heloname(psb, route->helo_name ? route->helo_name : conf.host_name, route->do_correct_helo); | 355 set_heloname(psb, route->helo_name ? route->helo_name : conf.host_name, route->do_correct_helo); |
356 | 356 |
357 #ifdef ENABLE_AUTH | 357 #ifdef ENABLE_AUTH |
358 if ((route->auth_name) && (route->auth_login) | 358 if ((route->auth_name) && (route->auth_login) && (route->auth_secret)) |
359 && (route->auth_secret)) | |
360 set_auth(psb, route->auth_name, route->auth_login, route->auth_secret); | 359 set_auth(psb, route->auth_name, route->auth_login, route->auth_secret); |
361 #endif | 360 #endif |
362 if (smtp_out_init(psb)) { | 361 if (smtp_out_init(psb)) { |
363 | 362 |
364 if (!route->do_pipelining) | 363 if (!route->do_pipelining) |