Remove confirmation request for netmails with RRQ flag. (Generation CFM-message on RRQ is disabled at 2003
This commit is contained in:
parent
0d3a3b3ebc
commit
7adec7464a
@ -1218,7 +1218,7 @@ int LoadMessage(GMsg* msg, int margin) {
|
||||
|
||||
msg->attr.upd0();
|
||||
|
||||
if((reader_rcv_noise > 1) and AA->isnet() and (msg->attr.cfm() or msg->attr.rrq()))
|
||||
if((reader_rcv_noise > 1) and AA->isnet() and msg->attr.cfm()))
|
||||
reader_gen_confirm = true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user