In a previous thread some one mention using the following:
whitelist_from_rcvd [EMAIL PROTECTED]
And that person would be incorrect, for several reasons
1) mail posted to the list isn't "from" the list.. it's "to" the list.. you need whitelist_to for this operation to work
2) whitelist_from_rcvd requires 2 parameters, not one. The above config statement is invalid and needs to be something like:
whitelist_from_rcvd [EMAIL PROTECTED] incubator.apache.org
But note, this will only match email which is FROM [EMAIL PROTECTED], ie: not the mailing list..
