[EMAIL PROTECTED] wrote on 12/11/2007 01:06:27 
PM:

> 
> dspam-train     unix      -       n       n       -       10      pipe
>    flags=Rhq user=dspam:mail argv=/usr/bin/dspam
>    --user ${sender}
>    --class=${nexthop}
>    --source=error
>    --deliver=spam,innocent,summary
>    --stdout
> 
> /^train\-(spam|innocent)[EMAIL PROTECTED]/   dspam-train:${1}
> 
> If you need to have [EMAIL PROTECTED] then adding another 
> transport will solve the issue:
> /[EMAIL PROTECTED]/      dspam-train:innocent
> 
> Or if you want to be fancy then and have more then one alias for a 
> class do this:
> /^train\-(ham|nonspam|innocent|good)[EMAIL PROTECTED]/   dspam-train:innocent
> /^train\-(spam|nonham|junk|uce|bad)[EMAIL PROTECTED]/   dspam-train:spam
> 

Ahhh....I like this better. Didn't realize that you could put anything
you wanted in the nexthop field. The man page is not very clear about
that.

The --deliver=....,summary option isn't in the man page. Is that a 
feature from a later version? 

Michael D. Lemon
Director of Information Technology
Americal Corporation
Phone: 252-762-2000 x2142
Fax:      252-762-0176

Reply via email to