[EMAIL PROTECTED] writes: > I've got some people who can't confirm their E-Mails because the > RCPT TO: field exceeds 63 characters and their mailer cuts off all > characters after that.
Can you show us an example address? It's hard to believe an address would be this long. > Is there a way to make the confirm recipient adress shorter ? Yes, you can set TAGS_CONFIRM. See http://tmda.net/config-vars.html#TAGS_CONFIRM For example, TAGS_CONFIRM = ['c', 'confirm'] This will support 'confirm' for backward compatibility, but use 'c' instead when generating new confirmation addresses which shortens the address by 6 characters. e.g, [EMAIL PROTECTED] If that still isn't short enough, you need to do some local MTA configuration such as user-aliasing and/or using a shorter hostname. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
