Talk:Plesk
From ASSPSMTP
(Redirected from Talk:Plesk on Windows)
Bug report
There might be a bug in the script when having "-" signs in email addresses due to a awk expressing using this sign as a field separator. Therefore, one could change the field separators from
awk -F "-"
to
awk -F '^=[0-9]*-'
in lines 44 and 58 ensuring that only the very first "-" sign is taken as a separator.
Regards, Gregor.
Test it please
Could you please test this. Because i did not tested it on wintel (as stated in the article).


