From: Sam Varshavchik [mailto:[EMAIL PROTECTED] > Bowie Bailey writes: > > > From within my maildroprc file, I need to pass the email address as a > > parameter to my filter. I can access the $HOME variable which contains the > > components of the email address (/maildir/domain/user), but I can't figure > > out how to get my hands on the address itself. This seems a bit strange to > > me. Shouldn't maildrop know who it is delivering the mail to? > > There will be some environment variables that can be brought in using > "import", that might be useful, such as RECIPIENT or LOCAL. See the > dot-courier man page.
Perfect. The RECIPIENT variable is exactly what I was looking for. Thanks, Bowie ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
