Changes Vr. 1.22.2 (2005-02-19)
- Fix: Clients just stopped with an error when receiving messages containing
lines longer than 16 KB (e. g. malformed spam).
- Fix: The "not" option in Mail Traps did not work when used with fictitious
headers like "(any recipient)" that actually represent multiple header and/or body lines.
Please note: In such a case, only the first of the "not" matching lines is reported as an example (but all lines were actually tested).
- New: Scripts:
Parameter variables of "sub" functions can now be declared "optional"
by appending a question mark to their name:
sub test( $mandatory, $optional? )
if( !IsVarSet( $optional ) )
$optional = 42 # not given, use default value
endif
# ...
endsub
New functions "IsVar" and "IsVarSet" to check, if a variable does
exist and/or has a valid value assigned.
Enhanced HClassic.hsm module that makes use of the new functions to
also support variants of Hamster Classic commands with optional parameters.
Changes Vr. 1.22.1
[www.elbiah.de
Hamster Playground
Documentation]