[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

magic-smtpd



Thank's again for developing this smtpd under public license!
 
To me, there is one easy to administrate spam-prevent item missing, not only to your port of smtpd - i think no one did this, i haven't found it by now.
(May be this is not only related to me, so i want to suggest it.)
 
It is not possible to filter incoming mail by something like this:
 
[metacode]
if ( ($Mail_From contains $ourdomain) OR ($Rcpt_To contains $ourdomain) )
    {
    pass_good_mail();
    }
else
    {
    use_other_traditional_spam_rules();
    }
[/metacode]
 
with this example rule it could be possible to filter most of the relaying spam for most of the smtpd's sitting upon a dialup-line. (And which are normally only used to serve the "$ourdomain")
 
Maybe my english isn't good enough to describe the rule behaviour ... :) If you think this could be interesting to implement or didn't understand my hmpf... language, feel free to leave a note.
 
Sincerly
 
Stephan Seitz