I used SAVASM...it was just already packaged up and ready to go...just
install VMware and hit play...i tried the commands below...but the file
doesn't exist.


McDonald, Dan wrote:
> 
> On Thu, 2008-12-04 at 09:32 -0800, raptor31 wrote:
>> Is there a way to pull a real time list of blocked emails...or any real
>> time
>> display at all???
> 
> yes.
> 
> 
> Naturally it depends on what is blocking mail.  SpamAssassin doesn't
> block - it only tags.  So if you were using something like amavisd-new,
> and set it up to discard spam, you could tail the logs and grep out what
> you want, like this:
> [sa ~]$ tail -f /var/log/mail/info | grep Blocked
> Dec  4 11:37:31 sa amavis[24644]: (24644-19) Blocked SPAM, [208.66.75.184]
> [208.66.75.184] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>,
> quarantine: bRR0, Message-ID: <[EMAIL PROTECTED]>, mail_id:
> bRR0, Hits: 17.251, size: 3062, 747 ms
> Dec  4 11:37:36 sa amavis[25767]: (25767-03) Blocked SPAM, [67.195.9.86]
> [41.207.2.108] <[EMAIL PROTECTED]> -> <[EMAIL PROTECTED]>,
> quarantine: ZQBZ, Message-ID:
> <[EMAIL PROTECTED]>, mail_id: ZQBZ, Hits:
> 18.782, size: 9926, [EMAIL PROTECTED], 858 ms
> 
> I'm certain, with appropriate cut statements, that it would be much
> cleaner.  Maybe:
> [sa ~]$ tail -f /var/log/mail/info | grep Blocked | cut -d \   -f 12,14
> 
> But the point here is that you need to tell us how you integrated
> SpamAssassin in order for us to give you any useful information.
> 
> -- 
> Daniel J McDonald, CCIE #2495, CISSP #78281, CNX
> Austin Energy
> http://www.austinenergy.com
> 
> 
>  
> 

-- 
View this message in context: 
http://www.nabble.com/Blocked-Email-List-tp20838289p20839017.html
Sent from the SpamAssassin - Users mailing list archive at Nabble.com.

Reply via email to