On Sat, Jan 27, 2001 at 05:46:08PM -0800, Brian Ghidinelli wrote:
> Can anyone point me to a resource on what variables I have access to
> inside of a dot-qmail file? I want to have users send email to some
> VERP-like address:
>
> [EMAIL PROTECTED]
>
> Inside .qmail-user-action-default, I want to run a program via a pipe that
> performs some action based upon information like the to, the from, and the
> VERP-like information in the email address.
>
> I am looking to create functionality similar to EZMLM moderation requests
> where the .qmail-listname-accept-default will catch messages addressed to:
>
> [EMAIL PROTECTED]
>
> How do I reference the value 9810192.28393.cookiename in my .qmail file?
> Can I?
It would be in $DEFAULT (it's the part that matched -default in your .qmail
file name). The qmail-command man page will tell you the whole story.
Chris