From: L/E/G (no email)
Date: Mon Dec 01 2003 - 03:20:45 EST
Dec 1 11:12:54 www lmtpd[19022]: sieve runtime error for leo id >: Reject: Sendmail process terminated normally, exit status 69
www# cat /test.script
require ["reject","fileinto"];
if address :is :all "From" "" {
reject "testing";
}
www#
|
|
|