• Block Domain

    From RUBEN FIGUEROA@1:124/5013 to All on Mon Jan 7 15:31:28 2019
    Date: Mon, 07 Jan 2008 16:31:28 -0400
    From: RUBEN FIGUEROA
    To: All
    Subject: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199741488.46.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 2

    If I wanted to block @xpauelmk.com domain, do I put it in the blacklist?
    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 10 07:48:20 2019
    Date: Thu, 10 Jan 2008 08:48:19 -0400
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199972947.46.1199741488@winserver.com>
    References: <1199741488.46.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 32

    RUBEN FIGUEROA wrote:

    If I wanted to block @xpauelmk.com domain, do I put it
    in the blacklist?

    In WCSMTP, there are two ways to block mail:

    o WCSAP: Envelope Blocking
    o SMTPFILTER: Message Blocking

    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can add
    this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different mail sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and
    this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is
    checked in the message header and also the body. So if that exact
    string is found, it is rejected and the message will not be accepted.
    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From GREG YOUNGBLOOD@1:124/5013 to All on Tue Jan 22 18:11:24 2019
    Date: Tue, 22 Jan 2008 19:11:24 -0400
    From: GREG YOUNGBLOOD
    To: HECTOR SANTOS
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1201047084.46.1199972947@winserver.com>
    References: <1199972947.46.1199741488@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 34




    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can add
    this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different mail sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and
    this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is
    checked in the message header and also the body. So if that exact
    string is found, it is rejected and the message will not be accepted.


    That's pretty slick, I got one sender right now I'll try this on!


    Greg


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From RUBEN FIGUEROA@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Tue, 05 Feb 2008 15:35:27 -0400
    From: RUBEN FIGUEROA
    To: All
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1202245291.46.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 52

    How about the reverse. Say there was a email domain named @vewus.com
    and I wanted all users to be able to send email through winserver what do I do. For the life of me I have made several changes and still get bounces back. Even Bruce Preudhomme is telling me his email to
    rdfigsupport@rdfig.net and rdfig@rdfig.net are getting bounced back to him.

    I really did try and have no success in getting Bruce's email to me.

    On 1/10/2008 7:48 AM, HECTOR SANTOS wrote to All:

    Date: Thu, 10 Jan 2008 08:48:19 -0500
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199972947.46.1199741488@winserver.com>
    References: <1199741488.46.0@winserver.com>
    Lines: 32

    RUBEN FIGUEROA wrote:

    If I wanted to block @xpauelmk.com domain, do I put it
    in the blacklist?

    In WCSMTP, there are two ways to block mail:

    o WCSAP: Envelope Blocking
    o SMTPFILTER: Message Blocking

    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can add this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different mail sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and
    this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is
    checked in the message header and also the body. So if that exact
    string is found, it is rejected and the message will not be accepted.

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Sat, 09 Feb 2008 00:40:11 -0400
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1202535728.46.1202245291@winserver.com>
    References: <1202245291.46.0@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 61

    Well Ruben, without looking at your logs, its hard to tell why this is happening.

    Turn on the Log tracing in SMTP, restart WCSMTP, then when the attempt
    is made, look at what WCSMTPTRACEyyyymmdd.log says.



    RUBEN FIGUEROA wrote:
    How about the reverse. Say there was a email domain named @vewus.com
    and I wanted all users to be able to send email through winserver what do I do. For the life of me I have made several changes and still get bounces back. Even Bruce Preudhomme is telling me his email to rdfigsupport@rdfig.net and rdfig@rdfig.net are getting bounced back to him.

    I really did try and have no success in getting Bruce's email to me.

    On 1/10/2008 7:48 AM, HECTOR SANTOS wrote to All:

    Date: Thu, 10 Jan 2008 08:48:19 -0500
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199972947.46.1199741488@winserver.com>
    References: <1199741488.46.0@winserver.com>
    Lines: 32

    RUBEN FIGUEROA wrote:

    If I wanted to block @xpauelmk.com domain, do I put it
    in the blacklist?

    In WCSMTP, there are two ways to block mail:

    o WCSAP: Envelope Blocking
    o SMTPFILTER: Message Blocking

    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can add this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different mail sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and
    this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is
    checked in the message header and also the body. So if that exact
    string is found, it is rejected and the message will not be accepted.

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From RUBEN FIGUEROA@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Sun, 10 Feb 2008 12:32:16 -0400
    From: RUBEN FIGUEROA
    To: HECTOR SANTOS
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1202664736.46.1202535728@winserver.com>
    References: <1202535728.46.1202245291@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 63

    Okay, will do so. Thanks.

    Well Ruben, without looking at your logs, its hard to tell why this is happening.

    Turn on the Log tracing in SMTP, restart WCSMTP, then when the attempt
    is made, look at what WCSMTPTRACEyyyymmdd.log says.



    RUBEN FIGUEROA wrote:
    How about the reverse. Say there was a email domain named @vewus.com
    and I wanted all users to be able to send email through winserver what do
    I
    do. For the life of me I have made several changes and still get bounces back. Even Bruce Preudhomme is telling me his email to rdfigsupport@rdfig.net and rdfig@rdfig.net are getting bounced back to
    him.

    I really did try and have no success in getting Bruce's email to me.

    On 1/10/2008 7:48 AM, HECTOR SANTOS wrote to All:

    Date: Thu, 10 Jan 2008 08:48:19 -0500
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199972947.46.1199741488@winserver.com>
    References: <1199741488.46.0@winserver.com>
    Lines: 32

    RUBEN FIGUEROA wrote:

    If I wanted to block @xpauelmk.com domain, do I put it
    in the blacklist?

    In WCSMTP, there are two ways to block mail:

    o WCSAP: Envelope Blocking
    o SMTPFILTER: Message Blocking

    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can add

    this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different
    mail
    sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is checked in the message header and also the body. So if that exact string is found, it is rejected and the message will not be accepted.

    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From john.kidwell@winserver.com@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Mon, 08 Feb 2010 15:40:55 -0400
    From: "JOHN KIDWELL" <john.kidwell@winserver.com>
    To: HECTOR SANTOS
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1265661655.46.1202535728@winserver.com>
    References: <1202535728.46.1202245291@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 75

    Hector:
    Recently, I have a lot of junk email coming from a suffix ".ru". In the spamwords.txt can I use *.ru in the always reject?

    John Kidwell


    On 2008-02-09 12:40 AM, HECTOR SANTOS wrote to RUBEN FIGUEROA:

    Well Ruben, without looking at your logs, its hard to tell why this is happening.

    Turn on the Log tracing in SMTP, restart WCSMTP, then when the attempt
    is made, look at what WCSMTPTRACEyyyymmdd.log says.



    RUBEN FIGUEROA wrote:
    How about the reverse. Say there was a email domain named @vewus.com
    and I wanted all users to be able to send email through winserver what
    do I
    do. For the life of me I have made several changes and still get bounces back. Even Bruce Preudhomme is telling me his email to rdfigsupport@rdfig.net and rdfig@rdfig.net are getting bounced back to
    him.

    I really did try and have no success in getting Bruce's email to me.

    On 1/10/2008 7:48 AM, HECTOR SANTOS wrote to All:

    Date: Thu, 10 Jan 2008 08:48:19 -0500
    From: HECTOR SANTOS
    To: RUBEN FIGUEROA
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1199972947.46.1199741488@winserver.com>
    References: <1199741488.46.0@winserver.com>
    Lines: 32

    RUBEN FIGUEROA wrote:

    If I wanted to block @xpauelmk.com domain, do I put it
    in the blacklist?

    In WCSMTP, there are two ways to block mail:

    o WCSAP: Envelope Blocking
    o SMTPFILTER: Message Blocking

    o WCSAP: Envelope Blocking

    To stop the SENDER (Envelope Return Path) with this domain, you can
    add
    this to the WCSAP\WCSAPFILTER.TXT

    Reject if %RPD% = xpauelmk.com

    %RPD% means "Return Path Domain"

    o SMTPFILTER: Message Blocking

    If they get by the SMTP envelope because they are using a different
    mail
    sender, the mail is transferred and checked by SMTPFILTER before it is accepted. With SMTPFILTER, you need to check the Message Header and this is done in the SMTPFILTER data\spamwords.txt file:

    [SearchReject]
    @xpauelmk.com

    But adding this to the [SearchReject] list, that entire string is checked in the message header and also the body. So if that exact string is found, it is rejected and the message will not be accepted.


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From HECTOR SANTOS@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Tue, 09 Feb 2010 08:17:55 -0400
    From: HECTOR SANTOS
    To: JOHN KIDWELL
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1265721475.46.1265661655@winserver.com>
    References: <1265661655.46.1202535728@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 18

    You would use just

    .RU

    but if you want track addresses, you should do that in the ENVELOPE (WCSAP) level, not opening it up which is SMTPFILTER.

    See wcsap\wcsapfilter.txt

    --

    On 2010-02-08 3:40 PM, JOHN KIDWELL wrote to HECTOR SANTOS:

    Hector:
    Recently, I have a lot of junk email coming from a suffix ".ru". In the spamwords.txt can I use *.ru in the always reject?


    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)
  • From john.kidwell@winserver.com@1:124/5013 to All on Thu Jan 31 19:18:38 2019
    Date: Wed, 10 Feb 2010 10:56:17 -0400
    From: "JOHN KIDWELL" <john.kidwell@winserver.com>
    To: HECTOR SANTOS
    Subject: Re: Block Domain
    Newsgroups: win.server.smtp.&.avs
    Message-ID: <1265817377.46.1265721475@winserver.com>
    References: <1265721475.46.1265661655@winserver.com>
    X-WcMsg-Attr: Rcvd
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 30

    Hector:
    I will do that.

    Thanks again,

    John Kidwell



    On 2010-02-09 8:17 AM, HECTOR SANTOS wrote to JOHN KIDWELL:

    You would use just

    .RU

    but if you want track addresses, you should do that in the ENVELOPE (WCSAP) level, not opening it up which is SMTPFILTER.

    See wcsap\wcsapfilter.txt

    --

    On 2010-02-08 3:40 PM, JOHN KIDWELL wrote to HECTOR SANTOS:

    Hector:
    Recently, I have a lot of junk email coming from a suffix ".ru". In the spamwords.txt can I use *.ru in the always reject?



    --- Platinum Xpress/Win/WINServer v3.1
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)