--- David Grimberg <[EMAIL PROTECTED]> wrote: > > Michael, > > The config file is just a Python script, so you could try using this: > > DELIVERY = "/var/spool/mail/" + os.environ['USER'] > > To get append the value of the os environment variable USER to the > rest of > your delivery string.
There you go... that's what I was thinking... I just don't know enough Python to know how to get the variable for the user. Michael, let us know how this works out. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
