Re: [SAtalk] passing user: in qmail scripts

2003-09-29 Thread Tomáš Macek
The script is great, but 1) Why don't you programm it in BASH? 2) What exactly does this line? message_name=$(/usr/bin/spamc -f -u"$user" | reformail -A"X-SA-UserName: $user" | maildir ./Maildir/) 3) What is "reformail"? If it's a mail program, can I use something else instead of this "re

Re: [SAtalk] passing user: in qmail scripts

2003-09-27 Thread Robert James Kaes
On Thu, 25 Sep 2003, Paul Farber wrote: > Since I am using a single uid/gid to deliver mail to all users I cannot use > dir ownership (or can I?) Can I rip it out of the message somehow? > > Any fellow qmail users up against this?? If you look in the qmail-command man page you will see that the

Re: [SAtalk] passing user: in qmail scripts

2003-09-26 Thread Thomas Mechtersheimer
On Thu, Sep 25, 2003 at 10:39:09PM -0400, Paul Farber wrote: > I have .qmail calling spamc to toss the message to a remote spamd with prefs > stored in a SQL db > > The username is not passed with the email.. so spamd does not know who's prefs > to call up, and therefore the @GLOBAL settings are

Re: [SAtalk] passing user: in qmail scripts

2003-09-25 Thread Kai MacTane
At 9/25/03 07:39 PM , Paul Farber wrote: The username is not passed with the email.. so spamd does not know who's prefs to call up, and therefore the @GLOBAL settings are used. Since I am using a single uid/gid to deliver mail to all users I cannot use dir ownership (or can I?) Can I rip it out