On 28 Sep 2006 at 8:51, [EMAIL PROTECTED] wrote:

> To avoid these issues for the present, the MTA could have STARTTLS disabled, 
> or alternatively 
> change ASSP to suppress the '250 STARTTLS' echo line from the MTA.

Update:  ASSP already tries to suppress the STARTTLS line - see sub 'reply'.  
If you run an IMail 
server this doesn't work because the repy is in a slightly different format 
(250 STARTTLS).

In the latest 1.2.5 beta 18, line 4761 could be altered from

 } elsif($l=~/250-.*STARTTLS/i) {
to
 } elsif($l=~/250.*STARTTLS/i) {

Paul



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to