[exim] non critical personal exim/SA question..

Top Page
Delete this message
Reply to this message
Author: B. Cook
Date:  
To: exim users
Subject: [exim] non critical personal exim/SA question..
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
<?31382360.1240232326871.JavaMail.cpanel@???> for
shantell@???:399

@4000000049ec719137ce4b04 [1328] info: spamd: identified spam (16.5/5.0)
for shantell@???: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,user=shantell@???,uid=399,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=/var/hsphere/mail/spamd,mid=<?31382360.1240232326871.JavaMail.cpanel@???>


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.144083@???>
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.144083@???>,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?