I need to reject main FROM invalid localparts such as "test.@domain.tld",
since dots are not allowed at the beginning or end of localparts.
I know, that this can be done inc the MAIL acl using regular expressions.
However, I am not fit in using reg'ex's. Can someone help me out?