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;
  }

-- 
--------------------------------------------------------
Donald L. Greer, Jr                  [EMAIL PROTECTED]
System Administrator                 Voice: 512-300-0176
AustinTX                        http://www.AustinTX.COM/
   All opinions are my own.  Flame me directly.

"I don't necessarily believe software should be free...
but if you pay for it, it should work!" -- Me


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to