Re: [PATCH v2] send-email: new options to walkaround email server limits

2017-05-07 Thread 赵小强
> 在 2017年5月2日,10:24,Junio C Hamano 写道: > > But I am having a huge problem seeing how this patch is correct. It > always is troubling to see a patch that makes the behaviour of a > program change even when the optional feature it implements is not > being used at all. Why does it even have to

Re: [PATCH v2] send-email: new options to walkaround email server limits

2017-05-01 Thread Junio C Hamano
xiaoqiang zhao writes: > Some email server(e.g. smtp.163.com) limits a fixed number emails to > be send per session(connection) and this will lead to a send faliure. > > With --batch-size= option, an auto reconnection will occur when > number of sent email reaches and the problem is solved. > >

Re: [PATCH v2] send-email: new options to walkaround email server limits

2017-05-01 Thread Jan Viktorin
vikto...@rehivetech.com; m...@kernel.org; pbonz...@redhat.com; min...@mina86.com; artag...@gmail.com Předmět: [PATCH v2] send-email: new options to walkaround email server limits Some email server(e.g. smtp.163.com) limits a fixed number emails to be send per session(connection) and this will lead

[PATCH v2] send-email: new options to walkaround email server limits

2017-05-01 Thread xiaoqiang zhao
Some email server(e.g. smtp.163.com) limits a fixed number emails to be send per session(connection) and this will lead to a send faliure. With --batch-size= option, an auto reconnection will occur when number of sent email reaches and the problem is solved. --relogin-delay option will make some