Hi,

I recently created a tmda-address with 'tmda-address -k'.  It generated:

        [EMAIL PROTECTED]

I then rememered that if you had TAGS_KEYWORD set up, you could shorten the
address.  So, I inteneded to shorten the address to:

        [EMAIL PROTECTED]

I accidentally shortened it to:

        [EMAIL PROTECTED]

To check the address before I used it I ran it through tmda-check-address,
which said:

        $ tmda-check-address [EMAIL PROTECTED]
        STATUS: VALID
        $

The problem is that 'k' was not part of TAGS_KEYWORD, which *was* set to:

        TAGS_KEYWORD = ['keyword', 'key', 'kw']

So when the group that I sent this email address to, wrote back to me,
their reply was put into pending instead of delivered to my mailbox... as
it should have been since that's the way that it was configured to work.
However, I don't think that tmda-check-address should have told me that
the address was valid.  Should it have?

Just for verification purposes, I gave tmda-check-address an incorrect
tag and it told me that the tag was wrong.  I also gave it a non-tagged
address

        $ tmda-check-address [EMAIL PROTECTED]
        Traceback (most recent call last):
          File "/home/mark/bin/tmda-check-address", line 123, in ?
            main()
          File "/home/mark/bin/tmda-check-address", line 113, in main
            addr.verify(sender_address)
        TypeError: verify() takes exactly 1 argument (2 given)

FYI my tmda version is:

        $ tmda-pending -V
        TMDA/0.67+ (Python 2.2.2 on linux2)
        $

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

Reply via email to