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

[postfix-jp:01297] Re: warning: maildrop/0E6385FE90: No recipients specified



もりしたさん。情報ありがとうございました。
----------------------------------------------------------------------
Takahiro Morishita (森下 貴裕) <takahiro@xxxxxxxxxxx> On 01/12/13 20:19:20
[postfix-jp:01296] Re: warning: maildrop/0E6385FE90: No recipients specified

> NetBSD 1.5.2 + Postfix-20010228-pl08
> FreeBSD 4-STABLE(10/6のもの) + Postfix-20010228-pl08
> 
> いずれも再現しませんでしたが...
> 
> morisita@beluga% pwd | sendmail
> morisita@beluga% sudo ls -l /var/spool/postfix/maildrop/
> morisita@beluga%

おかしいなぁ。そうですか。とりあえず、つまらない(自分の為だけの)
パッチ作ってみて、今回は問題回避します。

--- src/sendmail/sendmail.c.org Sun May 27 00:58:00 2001
+++ src/sendmail/sendmail.c     Thu Dec 13 20:29:41 2001
@@ -921,6 +921,10 @@
        if (site_to_flush)
            flush_site(site_to_flush);
        else
+           if( *(argv+OPTIND) == NULL ) {
+               puts("no recipients");
+               exit(0);
+           }
            enqueue(flags, sender, full_name, argv + OPTIND);
        exit(0);
        break;

//にしむら さとる

Follow-Ups
[postfix-jp:01298] Re: warning: maildrop/0E6385FE90: No recipients specified, Yoshihiro Hanahara
References
[postfix-jp:01295] warning: maildrop/0E6385FE90: No recipients specified, Satoru.Nishimura
[postfix-jp:01296] Re: warning: maildrop/0E6385FE90: No recipients specified, 森下 貴裕) <takahiro@xxxxxxxxxxx>

[検索ページ] [Postfix-JP ML Home]