[webmin-devel] [PATCH][mailboxes] boxes-lib.pl
Emmanuel Saracco <[email protected]>
| Newsgroups | gmane.comp.web.webmin.devel |
|---|---|
| Message-ID | <1098104300.2347.52.camel@badiou> |
hi jamie, here is a tiny patch that fix a problem when sending auth E-Mails with mailboxes module. -> webmin-1.163 thanks, bye
boxes-lib.pl.patch
(text/x-patch, 294 B)
--- webmin-1.163_orig/mailboxes/boxes-lib.pl 2004-10-11 08:33:39.000000000 +0200
+++ webmin-1.163/mailboxes/boxes-lib.pl 2004-10-18 14:49:17.000000000 +0200
@@ -859,6 +859,7 @@
else {
&error("Unknown SMTP authentication response : $arv");
}
+ $extra = $2;
}
}
}