• Message Contains no recipents

    By Nathan Stout 2 decades ago

    Using version 1.7a, with certain mass mailings (some of which I wanted) I started seeing this message in my domino log, and then the router would say that no messages were delivered. And the users would not receive any messages. This only happens on messages with multiple recipients, and even then, it does not happen on every message with multiple recipients. Though the same mass mailing will fail every time.



    I fixed this problem on my server by rolling back to version 1.6b.



    I rerouted these messages to a server where I could capture all the smtp commands being sent, and the following is a log of a message that was failing



    Received: EHLO

    Sending: 250-Hello

    Sending: 250-HELP

    Sending: 250 SIZE

    Received: RSET

    Sending: 250 Reset

    Received: MAIL FROM:

    Sending: 250 myemail@mydomain.org… Sender Ok

    Received: RCPT TO:

    Sending: 250 user1@domain.edu… Recipient Ok

    Received: RCPT TO:

    Sending: 250 user2@domain.edu… Recipient Ok



    Received: DATA

    Sending: 354 Enter message, end with "." on a line by itself

    Received: To: Cornerstone Volunteers

    Received: From: "Nathan Stout"

    Received: Subject: Sent on 10-11-2007 at 12:39 pm

    Received: Date: Thu, 11 Oct 07 12:39:06

    Received: X-Mailer: using VolunteerWorks

    Received:

    Received: test

    Received:

    Received: .

    • Fixed in 1.7b thanks.

      By Nico Vis 2 decades ago