in a filter script I check the from address for containing a certain 
domain. All other senders shall not be allowed to use this mail address.
This works fine.
As extension of this I would like to give the sender from 'external' the 
possibility to authenticate with a password to override the limitation 
of the filter.
Has anybody a idea for a solution?

My filterscript:
#Exim filter
if $h_from: does not contain "mydomain" then
save /home/...../Spam/
seen finish
endif


Many thanks
Rainer sigl

-- 
-----------------
Rainer Sigl,                      | email: [EMAIL PROTECTED]
MPI f. extraterrestrische Physik, | phone: +49 (89) 30000-3557
Postfach 1312,                    | fax:   +49 (89) 30000-3569
D-85741 Garching, Germany         | web:   http://www.mpe.mpg.de/~sigl/ 


-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to