So the reject function is completely useless? Any chance that one day lmtpd or smtpd may giving a unroutable address error back or something like this so ppl can effective reject via sieve (and the mta is bouncing then. Same as for unroutable addresses)
Well currently I have just removed the alias. But its not the way I like it. ;) a defined reply plus errorcode would be more gentle. ;) Best regards Simon -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Aaron Stone Gesendet: Dienstag, 11. Dezember 2007 06:51 An: DBMail mailinglist Betreff: Re: [Dbmail] sieve not running anymore The script is working, but DBMail does not generate bounce messages, rather it rejects the messages via 5xx codes in LMTP and return codes on dbmail-smtp. Incidentally, headers are pulled in case-insensitively, so ["To", "TO"] is redundant. Aaron On Tue, 2007-12-11 at 05:47 +0100, Simon Lange wrote: > > require ["fileinto","reject"]; > > > > if anyof (address :contains ["To","TO","Cc","CC"] > "[EMAIL PROTECTED]") { > > reject text: > > Sorry, but this address is not active anymore! > > . > > ; > > } _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
