thanks.

i did it by adding a couple of lines to tmda-inject.

i wonder if the maintainers would consider adding this feature.

      elif cookie_type in ('kw','keyword') and cookie_option:
        # Send a message with a tagged (keyword) address.
+       if cookie_option == 'sender':
+               cookie_option = md5.new(to_address).hexdigest()[:6]
        field = Cookie.make_keyword_address(from_address, cookie_option)


_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to