Anand Buddhdev writes: > ext = os.environ['EXT']
> command = mlm + ' ctlmsg ' + string.split(ext,'-')[0] So you pop off one off EXT. > command = mlm + ' msg ' + ext > print command However when couriermlm runs, EXT still contains its original value, so couriermlm reads EXT, and will not understand the command. -- Sam ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
