on 2/6/02 9:43 PM, Donald Greer at [EMAIL PROTECTED] wrote: > Need to add the following to spamd to make the usernames appear > correctly in the logs and perform SQL lookups when using the -x option > and/or when the userids aren't in /etc/password: > > --- spamd.orig Tue Jan 29 11:19:17 2002 > +++ spamd Tue Jan 29 11:19:24 2002 > @@ -517,8 +517,9 @@ > > sub handle_user_sql > { > my $username = shift; > + $current_user = $username; > $spamtest->load_scoreonly_sql ($username); > return 1; > }
Thanks Donald, I suspected that it'd probably need something for when the user isn't a unix user... C _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk