I was looking at someones Hsphere install, and how they have their 
SpamAssassin installed;

In their spamassassin logs it shows the email address of the user that 
SA is scanning the mail for:

@4000000049ec71910b6b39b4 [1328] info: spamd: got connection over 
/var/hsphere/mail/spamd

@4000000049ec71910d12fa2c [1328] info: spamd: processing message 
<[email protected]> for 
[email protected]:399

@4000000049ec719137ce4b04 [1328] info: spamd: identified spam (16.5/5.0) 
for [email protected]:399 in 0.7 seconds, 307 bytes.

@4000000049ec719137d6ea0c [1328] info: spamd: result: Y 16 - 
EMPTY_MESSAGE,INVALID_MSGID,MISSING_DATE,MISSING_HB_SEP,MISSING_HEADERS,MISSING_SUBJECT,TVD_SPACE_RATIO
 
scantime=0.7,size=307,[email protected],uid=399,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=/var/hsphere/mail/spamd,mid=<[email protected]>


Our non hsphere exim SA install shows logs like this:

Mon Apr 20 10:08:57 2009 [12767] info: spamd: connection from 
a.mx.otherdomain.com [1.2.3.4] at port 51991

Mon Apr 20 10:08:57 2009 [12767] info: spamd: setuid to spamd succeeded

Mon Apr 20 10:08:57 2009 [12767] info: spamd: checking message 
<cid6075770sid49047311eip23982ed5090lip23982ld5090t1240236511.144...@socksindigo.com>
 
for spamd:58

Mon Apr 20 10:08:58 2009 [12767] info: spamd: identified spam (13.0/6.5) 
for spamd:58 in 1.5 seconds, 3187 bytes.

Mon Apr 20 10:08:58 2009 [12767] info: spamd: result: Y 13 - 
DCC_CHECK,DIGEST_MULTIPLE,DKIM_SIGNED,DKIM_VERIFIED,RAZOR2_CF_RANGE_51_100,RAZOR2_CF_RANGE_E8_51_100,RAZOR2_CHECK,RDNS_NONE
 
scantime=1.5,size=3187,user=spamd,uid=58,
required_score=6.5,rhost=a.mx.otherdomain.com,raddr=1.2.3,rport=51991,mid=<cid6075770sid49047311eip23982ed5090lip23982ld5090t1240236511.144...@socksindigo.com>,autolearn=disabled

I am not questioning the rules or the scores or anything like that..

my exim install always shows everything as 'spamd' which is b/c that is 
how exim is setup:

drop
  message        = This message has been rejected because \
         it has $spam_score SPAM points.\n \
         $tod_log Call 123-456-7890 for further assistance, if you think 
this is a mistake.
  spam           = spamd
  condition      = ${if >{$spam_score_int}{150}{1}{0}}
  log_message    = T=<$recipients> [SA Reject] $spam_score


Is there a way that I can get exim to show the email address like the 
other setup does?  Or is that an SA question?



-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to