[EMAIL PROTECTED] wrote:
Hi,
I have this problem:
can i block the incoming post for the user with invalid from ?
Like "pippo" < > (no valid e-mail address)
Sort of, you can add rules like this, in newsfeeds.conf
site me
groups *
rules d:\dnews\me.rul
And in me.rul you would have:
if (!isin(from,"@")) then
reject "Sorry invalid email address"
end if
accept "must be ok"
However, this is a fairly 'simple' check, and dfilter rules like this can
impact performance.
other questions..
is possible to force the valid mail addres present into user.dat?
I think 'no' but I'm not 100% sure what you are asking.
ChrisP.