On Thu, 13 May 2004, Jim Knuth wrote:

> Hallo und guten Abend Matt,
>
> danke f|r die Email vom 13.05.2004 um 20:48
> Matt Kettler schrieb - wrote:
>
> > Offhand I can only think of two causes. A typo, or an ancient version of SA
> > that doesn't support whitelist_from_rcvd.
>
> Failed to parse line in SpamAssassin configuration, skipping:
> whitelist_from_rcvd [EMAIL PROTECTED]
> Failed to parse line in SpamAssassin configuration, skipping:
> whitelist_from_rcvd [EMAIL PROTECTED]

whitelist_from_rcvd needs TWO (2) arguments:

whitelist_from_rcvd '[EMAIL PROTECTED]' 'hosts.domain.name'

The second argument is the host/domain name of the network that you
will trust to send mail with that particular 'from:' address.

So you need:

whitelist_from_rcvd [EMAIL PROTECTED]  jkart.de

For example, some of our users subscribe to a maillist/sales-list
from BarnesandNoble Booksellers, B&N uses Dartmail to send out their
list stuff. So to whitelist that I use:

whitelist_from_rcvd [EMAIL PROTECTED]  dartmail.net

Note that for whitelist_from_rcvd to work, your trusted_networks needs
to be set correctly and  your DNS needs to be able to forward/reverse map
resolve the sending host/domain.

-- 
Dave Funk                                  University of Iowa
<dbfunk (at) engineering.uiowa.edu>        College of Engineering
319/335-5751   FAX: 319/384-0549           1256 Seamans Center
Sys_admin/Postmaster/cell_admin            Iowa City, IA 52242-1527
#include <std_disclaimer.h>
Better is not better, 'standard' is better. B{

Reply via email to