"Fritz Borgstedt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >>ASSP supports subadressing in section user validation: > > besides that, built (final.17) supports stripping hyphens in > validation with subaddressing.
Thanks for the info, however I still forsee 2 problems. 1) My MTA's (Merak) subaddressing uses a non-RFC compliant format - specifically being "user:mailbox"@domain.com. Notice the " " surrounding the email address - this is not an error - this is intentional, and required by the MTA. The regex seems fail on validating the local domain. I am not using recipient validation at all - only the localDomanis file to prevent an open relay. And ASSP is rejecting the email as being from a non-local domain even though domain.com is in my localDomains file and an email to [EMAIL PROTECTED] passes through fine. 2) Ideally, for my own needs, I would need ASSP to rewrite the recipient's email using my own regex format. So if I were to want to accept sub-addressed emails in the RFC compliant format (ie: [EMAIL PROTECTED]), I would need to rewrite them as "user:mailbox"@domain.com (including the " " ). I don't know if a general functionality like that would be of any benefit to ASSP for a future version. My immediate concern, however, is that it is the localDomains regex that is failing on the " " in the email address. It almost seems as though the extra " " in the email address makes ASSP extract the domain incorrectly. Is that possible? Thanks, Eric ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Assp-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-user
