Displaying 1 result from an estimated 1 matches for "374351".
Did you mean:
374354
2009 Jun 15
1
Dovecot Antispam plugin
Timo,
Christian has reported an error to me on dovecot 1.0.7, where the
following code:
199 if (i_stream_read_data(mailstream, &beginning, &size, 5) < 0 ||
200 size < 5) {
201 ret = -1;
202 mail_storage_set_error(t->box->storage,
203 ME(NOTPOSSIBLE)
204