On Wed, Nov 22, 2000 at 03:54:41AM +0900, YoonSuk Cho<[EMAIL PROTECTED]> wrote: > hi all > I'm using the smartlist for mail service. > But I found a one problem.The story is below. > > 1.I send a mail.( -v [EMAIL PROTECTED]) use root privilege.(in fact root) > 2.and then mail is vanish. > 3.I'm not root the mail is not strange.Why ?
Smartlist doesn't like mail from root and treats it as being from a daemon to keep mail loops from mailbombing your mailing list. See the 'FROM_DAEMON' macro in 'man procmailrc'. -- CueCat decoder .signature by Larry Wall: #!/usr/bin/perl -n printf "Serial: %s Type: %s Code: %s\n", map { tr/a-zA-Z0-9+-/ -_/; $_ = unpack 'u', chr(32 + length()*3/4) . $_; s/\0+$//; $_ ^= "C" x length; } /\.([^.]+)/g;