There is a bug in ASSP 1.7.1.3 (and the current 1.7.1.4 test builds) whereby, if the local ASSP domain is set up as assp.local, and messages are sent to the e-mail interface, then ASSP adds the text "Invalid top level domain" to the end of any of its response emails. Thius appears to be due to an error in the assp.pl source line that reads:
our $TDLSRe = ' local|biz|com| ... There is a superfluous space at the start of the string, which causes ASSP not to recognise .local as a valid TLD. If the space is removed, the bug is resolved. ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
