Hi all,

fixed in assp 2.4.8 build 16005:

- 'enable8BITMIME' was functioning the opposite way
  The production release 2.4.7 build 16004 already contains this fix!
 
added:

- it is possible to modify reply codes defining a sub translateReply in 
the module lib/CorrectASSPcfg.pm - like

sub translateReply {
    my ($this,$l) = @_;
    $$l =~ s/^252/552/o if $this->{peerhost} eq '192.168.1.1' && 
$this->{peerport} == 25; 
}

where $this is the reference to the assp connection hash of the server 
connection and $l is the reference
to the reply received by assp.

Thomas

DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to