mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:39:20 +02:00
verp fix
This commit is contained in:
@@ -28,6 +28,11 @@ int import_message(char *filename, struct session_data *sdata, struct __data *da
|
||||
|
||||
init_session_data(sdata, cfg);
|
||||
|
||||
if(data->import->extra_recipient){
|
||||
snprintf(sdata->rcptto[0], SMALLBUFSIZE-1, "%s", data->import->extra_recipient);
|
||||
sdata->num_of_rcpt_to = 1;
|
||||
}
|
||||
|
||||
if(cfg->verbosity > 1) printf("processing: %s\n", filename);
|
||||
|
||||
if(strcmp(filename, "-") == 0){
|
||||
|
||||
Reference in New Issue
Block a user