Whitelist_from clarification

2006-06-07 Thread James Lay
Hey all!

Soomail from myspace has been getting tagged as spam...been trying
to halt that on a domain basis.  Here's what I've tried (and seen
online):

.*myspace.com
@myspace.com
*myspace.com
[EMAIL PROTECTED]

Can someone tell me which is the correct format?  Thanks!

James


RE: Whitelist_from clarification

2006-06-07 Thread Bret Miller
 Soomail from myspace has been getting tagged as spam...been trying
 to halt that on a domain basis.  Here's what I've tried (and seen
 online):

 .*myspace.com
 @myspace.com
 *myspace.com
 [EMAIL PROTECTED]

 Can someone tell me which is the correct format?  Thanks!

whitelist_from [EMAIL PROTECTED]

If your server correctly inserts a received header before calling SA,
you might be able to use something like:

Whitelist_from_rcvd [EMAIL PROTECTED] servername

Bret






Re: Whitelist_from clarification

2006-06-07 Thread Ramprasad
On Wed, 2006-06-07 at 07:03 -0600, James Lay wrote:
 Hey all!
 
 Soomail from myspace has been getting tagged as spam...been trying
 to halt that on a domain basis.  Here's what I've tried (and seen
 online):
 
 .*myspace.com
 @myspace.com
 *myspace.com
 [EMAIL PROTECTED]
 
 Can someone tell me which is the correct format?  Thanks!
 
 James

Oops
Now spammers know how to spam you, just forge the from address. 

:-)





Re: Whitelist_from clarification

2006-06-07 Thread Benny Pedersen
 Soomail from myspace has been getting tagged as spam...been trying
 to halt that on a domain basis.  Here's what I've tried (and seen online):
 .*myspace.com
 @myspace.com
 *myspace.com
 [EMAIL PROTECTED]
 Can someone tell me which is the correct format?

last one





RE: Whitelist_from clarification

2006-06-07 Thread Randal, Phil
myspace.com publishes an SPF record:

  v=spf1 mx ip4:63.208.226.34 ip4:204.16.32.0/22 ip4:67.134.143.0/24
~all

If you've done

  loadplugin Mail::SpamAssassin::Plugin::SPF

and made sure that your MTA sets an appropriate Envelope-From: header
(MailScanner users should have envelope_sender_header
X-MailScanner-From in their spam.assassin.prefs.conf) and have verified
that SPF checks are working, then

  whitelist_from_spf [EMAIL PROTECTED]

should work too.

Phil
--
Phil Randal
Network Engineer
Herefordshire Council
Hereford, UK  

 -Original Message-
 From: Bret Miller [mailto:[EMAIL PROTECTED] 
 Sent: 07 June 2006 15:23
 To: James Lay; Spamassassin
 Subject: RE: Whitelist_from clarification
 
  Soomail from myspace has been getting tagged as 
 spam...been trying
  to halt that on a domain basis.  Here's what I've tried (and seen
  online):
  
  .*myspace.com
  @myspace.com
  *myspace.com
  [EMAIL PROTECTED]
  
  Can someone tell me which is the correct format?  Thanks!
 
 whitelist_from [EMAIL PROTECTED]
 
 If your server correctly inserts a received header before calling SA,
 you might be able to use something like:
 
 Whitelist_from_rcvd [EMAIL PROTECTED] servername
 
 Bret