Drew Northup N1XIM <[EMAIL PROTECTED]> said: > I seem to recall that sendmail, for one, leaves it up to the local > delivery agent what to do about [EMAIL PROTECTED] formatted > e-mail addresses--in all cases. I'd say that what would makes sense > from an algorithmic standpoint is to just send the e-mail to the inbox > if the specified folder doesn't exist.
This is the solution that I want to use, however there are several layers of abstraction that hide the automatic mailbox creation. I'm working on rearranging those layers so that it is easier to pass flags into some of the deeper functions. In this case, a flag that specifies that a nonexistant mailbox should *not* be created, but instead some default box should be used, and created if need be, where the default would be INBOX, or whatever other mailbox was specified with the -m switch. Aaron --
