Hi,
On 27 Jul 2005 00:36:37 -0700, "Frank Millman" <[EMAIL PROTECTED]>
wrote:
>Alternatively, there
>may be a better way of getting the mac address or identifying the
>workstation.
As Paul pointed out you should not rely on the MAC address as a secure
identifier. However, if it's suitable for yo
>a way to figure out what filename an email object points to in a
>qmail style Maildir directory?
Assuming you're using the mailbox module from the standard Python
library, the Message objects you get back provide access to the file
object as an instance variable called fp. So if you have:
maild