Fix SMTP monitor check in upgrade code, too.

This commit is contained in:
jim-p 2011-11-01 15:18:54 -04:00
parent 07c49a3698
commit 8081f31622

View File

@ -877,8 +877,8 @@ function upgrade_045_to_046() {
'type' => 'send',
'descr' => 'Generic SMTP',
'options' =>
array ( 'send' => 'EHLO nosuchhost',
'expect' => '250-',
array ( 'send' => '',
'expect' => '220 *',
),
),
);