Sam Varshavchik wrote: > Michelle Konzack writes: >> Since I can not block <[email protected]> I need something to >> reject (on SMTP level) >> >> From:.*[email protected] >> Subject:.*youtube-howto >> or >> From:.*youtube-howto.*<[email protected]> >> >> How to do this? > > Courier itself doesn't have builtin regex rejection. I recall there > might be a courierfilter out there that does this.
"privateaddr" does the opposite: it blocks all but approved addresses on selected local recipients. It should be simple to adapt to the given problem: http://www.dragonsdawn.net/~gordon/courier-pythonfilter/latest/filters/privateaddr.py ------------------------------------------------------------------------------ _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
