the error message should be:
"relay attempt blocked for non local BCC recipient -
$addr";
seems your version is a bit too old
check the output of an interactive start - is there a line ?
info: internal variable 'removeForeignBCC' was set to '1'
or anything like
warning: unknown parameter '$k' used at command line '$_'
Thomas
Von: Paul Farrow <a...@thefabfarrows.com>
An: <assp-test@lists.sourceforge.net>
Datum: 21.10.2011 17:47
Betreff: Re: [Assp-test] Antwort: Re: Mail rejected because of BCC
not local
Hi Thomas
I did what you said about the startup configuration and it still
appears to be happening.
Here is my daemon process.
nobody 12951 1 0 Oct20 ? 00:01:37 /usr/bin/perl --
/usr/local/ASSP_V2/assp.pl /usr/local/ASSP_V2 --removeForeignBCC:=1
and here is the log of the order shipment coming through from Epson
Oct-21-11 09:39:55 m-04395-00023 [Worker_1] 208.152.64.72
<epsonstoreord...@ea.epson.com> to: x...@thefabfarrows.com info: found
and checking unexpected BCC recipient addresses in incoming mail
Oct-21-11 09:39:55 [Worker_1] LDAP - @ea.epson.com not found in
LDAPlist
Oct-21-11 09:39:55 m-04395-00023 [Worker_1] 208.152.64.72
<epsonstoreord...@ea.epson.com> to: x...@thefabfarrows.com Message-Score:
added 25 for Regex:WhiteDomain 'epson.com', total score for this message
is now 25
Oct-21-11 09:39:55 m-04395-00023 [Worker_1] [RelayAttempt]
208.152.64.72 <epsonstoreord...@ea.epson.com> to: x...@thefabfarrows.com
[spam found] ('relay attempt blocked for non local BCC recipient') ->
/usr/local/ASSP_V2/discarded/Shipment_Confirmation_and_Bill--1443.eml
Oct-21-11 09:39:55 m-04395-00023 [Worker_1] [RelayAttempt]
208.152.64.72 <epsonstoreord...@ea.epson.com> to: x...@thefabfarrows.com
finished message - received DATA size: 899 Byte - sent DATA size: 0 Byte
what am I doing wrong?
Thanks
Paul
On Thu, 20 Oct 2011 09:21:16 -0400, Paul Farrow wrote:
> Ah so I cant get the original message back for that one?
>
> No big deal, I did it the old school way and wrote the order number
> down any way :)
>
> Thanks
>
> Paul
>
> On Thu, 20 Oct 2011 15:17:43 +0200, Thomas Eckardt wrote:
>> BCC is part of the header -> header check (BCC) -> message was
>> blocked ->
>> stored in discarded - at max. header only, because blocked before
>> body
>> could be sent.
>>
>> Thomas
>>
>>
>>
>> Von: Paul Farrow <a...@thefabfarrows.com>
>> An: ASSP development mailing list
>> <assp-test@lists.sourceforge.net>
>> Datum: 20.10.2011 15:14
>> Betreff: Re: [Assp-test] Mail rejected because of BCC not
>> local
>>
>>
>>
>>
>> Got that going but when I wanted to get the email back I noticed the
>> mail had gone in the discarded folder and it doesn't appear to have
>> a
>> message body. Is this because of the checking or is it likely that
>> Epson didn't send me a body to my order confirmation?
>>
>> Thanks
>>
>> Paul
>>
>> On Thu, 20 Oct 2011 14:51:33 +0200, Thomas Eckardt wrote:
>>>>Any plans to make this a regular configuration item?
>>>
>>> Possibly yes - depends on: if this feature will remain in the code
>>> or
>>> not.
>>> It is not so easy to play around with config values in V2. Every
>>> added or
>>> removed config parm, stats, internal time value and some others -
>>> leads in
>>> changes of the SNMP-MIB file (OID's).
>>> If someone uses SNMP to control/watch/configure/stats assp - it is
>>> horror,
>>> if the MIB's are changed in every release.
>>>
>>>
>>> Thomas
>>>
>>>
>>>
>>>
>>> Von: Paul Farrow <a...@thefabfarrows.com>
>>> An: ASSP development mailing list
>>> <assp-test@lists.sourceforge.net>
>>> Datum: 20.10.2011 14:24
>>> Betreff: Re: [Assp-test] Antwort: Re: Antwort: Re: Mail
>>> rejected
>>> because of BCC not local
>>>
>>>
>>>
>>>
>>> Super. Any plans to make this a regular configuration item?
>>>
>>> Apologies if this has been discussed before.
>>>
>>> Paul
>>>
>>> On Thu, 20 Oct 2011 14:15:32 +0200, Thomas Eckardt wrote:
>>>> For example
>>>>
>>>> /usr/local/bin/perl /opt/assp/assp.pl /opt/assp
>>>> --removeForeignBCC:=1
>>>>
>>>> or short
>>>>
>>>> perl assp,pl /opt/assp --removeForeignBCC:=1
>>>>
>>>> The definition of the base folder (/opt/assp) is required if any
>>>> other
>>>> command line parameter is defined!
>>>>
>>>> or use : perl assp.pl --usage
>>>> and follow the instructions (latest builds only)
>>>>
>>>> Thomas
>>>>
>>>>
>>>>
>>>>
>>>> Von: Paul Farrow <a...@thefabfarrows.com>
>>>> An: ASSP development mailing list
>>>> <assp-test@lists.sourceforge.net>
>>>> Datum: 20.10.2011 13:54
>>>> Betreff: Re: [Assp-test] Antwort: Re: Mail rejected because
>>>> of
>>>> BCC
>>>> not local
>>>>
>>>>
>>>>
>>>>
>>>> Can I be a dummy today as well? If you want to do it with a
>>>> startup
>>>> switch how do you do that ?
>>>>
>>>> Thanks
>>>>
>>>> Paul
>>>>
>>>> On Thu, 20 Oct 2011 11:28:19 +0000, Steve Moffat wrote:
>>>>> Sorry for being a bit of a dummy, I have downloaded
>>>>> CorrectASSPcfg.pm
>>>>> and put it in the lib dir.
>>>>> How do I operate it?
>>>>> Thanks
>>>>> Steve
>>>>>
>>>>> ASSP V2.1.2(11291) on Windows 2K8
>>>>>
>>>>> -----Original Message-----
>>>>> From: Thomas Eckardt [mailto:thomas.ecka...@thockar.com]
>>>>> Sent: Thursday, October 20, 2011 2:17 AM
>>>>> To: ASSP development mailing list
>>>>> Subject: [Assp-test] Antwort: Re: Mail rejected because of BCC
>>>>> not
>>>>> local
>>>>>
>>>>> start assp with the startup switch 'removeForeignBCC:=1'
>>>>>
>>>>> or add the following line to sub 'set' in 'lib/CorrectASSPcfg.pm'
>>>>>
>>>>> $main::removeForeignBCC:=1;
>>>>>
>>>>> Thomas
>>>>>
>>>>>
>>>>>
>>>>> Von: Paul Farrow <a...@thefabfarrows.com>
>>>>> An: ASSP development mailing list
>>>>> <assp-test@lists.sourceforge.net>
>>>>> Datum: 19.10.2011 22:53
>>>>> Betreff: Re: [Assp-test] Mail rejected because of BCC not
>>>>> local
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Thanks Anders.
>>>>>
>>>>> That is what I am seeing. Is there a way to stop it marking it
>>>>> as
>>>>> a
>>>>> "relayattempt"? I probably wouldn't care but as this is a high
>>>>> profile blue chip (EPSON printers) sending a BCC its probably the
>>>>> first of many that I am likely to receive.
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Paul
>>>>>
>>>>> On Wed, 19 Oct 2011 22:45:55 +0200, Anders Westin wrote:
>>>>>> Hi Paul
>>>>>>
>>>>>> This was implemented in version 2.0.2_3.1.06 look below under
>>>>>> changed.
>>>>>>
>>>>>>
>>>>>> -------- snip --------------
>>>>>> fixed in 2.0.2_3.1.06:
>>>>>>
>>>>>> - TNEF conversion has failed under certain conditions
>>>>>> - assp has forced worker restarts if 'DoDomainCheck' was
>>>>>> configured
>>>>>> (
>>>>>> Error: Worker_5: Not a SCALAR reference at assp.pl line 20526)
>>>>>>
>>>>>>
>>>>>> changed:
>>>>>> - If bcc lines, with non-local addresses, are found in the
>>>>>> header
>>>>>> of
>>>>>> an incoming mail - such attemps are now classified as
>>>>>> 'RelayAttempt'
>>>>>> and the message will be rejected independend of any noprocessing
>>>>>> or
>>>>>> whitelist settings.
>>>>>>
>>>>>> Thomas
>>>>>> -------- snip --------------
>>>>>>
>>>>>>
>>>>>>
>>>>>> /Anders
>>>>>>
>>>>>>
>>>>>>
>>>>>> From: Paul Farrow <a...@thefabfarrows.com>
>>>>>> To: <assp-test@lists.sourceforge.net>
>>>>>> Date: 2011-10-19 22:40
>>>>>> Subject: [Assp-test] Mail rejected because of BCC not
>>>>>> local
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Hi Guys
>>>>>>
>>>>>> I just bought some ink from the Epson store and their email has
>>>>>> a
>>>>>> BCC
>>>>>> to themselves !! Now I have the email that they send from in my
>>>>>> whitedomains but the BCC not being local gets it sent to the
>>>>>> discard
>>>>>> folder. Is there a way to allow this for just one sender rather
>>>>>> than
>>>>>> stop the BCC not local check for all?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Paul
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>>>>> The demand for IT networking professionals continues to grow,
>>>>>> and
>>>>>> the
>>>>>> demand for specialized networking skills is growing even more
>>>>>> rapidly.
>>>>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>>>>> about
>>>>>> Cisco certifications, training, and career opportunities.
>>>>>> http://p.sf.net/sfu/cisco-dev2dev
>>>>>> _______________________________________________
>>>>>> Assp-test mailing list
>>>>>> Assp-test@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
_________________________________________________________________________________________________________________________________________________
>>>>>> NOTICE: This email and any attachments are for the sole use of
>>>>>> the
>>>>>> intended recipient(s) and may contain confidential and
>>>>>> privileged
>>>>>> information.
>>>>>> Any unauthorized review, use, disclosure or distribution is
>>>>>> prohibited.
>>>>>> If you are not the intended recipient, please notify the sender
>>>>>> by
>>>>>> reply email and destroy the original message.
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>>>>> The demand for IT networking professionals continues to grow,
>>>>>> and
>>>>>> the
>>>>>> demand for specialized networking skills is growing even more
>>>>>> rapidly.
>>>>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>>>>> about
>>>>>> Cisco certifications, training, and career opportunities.
>>>>>> http://p.sf.net/sfu/cisco-dev2dev
>>>>>> _______________________________________________
>>>>>> Assp-test mailing list
>>>>>> Assp-test@lists.sourceforge.net
>>>>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>>>> The demand for IT networking professionals continues to grow, and
>>>>> the
>>>>> demand for specialized networking skills is growing even more
>>>>> rapidly.
>>>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>>>> about Cisco certifications, training, and career opportunities.
>>>>> http://p.sf.net/sfu/cisco-dev2dev
>>>>> _______________________________________________
>>>>> Assp-test mailing list
>>>>> Assp-test@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> DISCLAIMER:
>>>>> *******************************************************
>>>>> This email and any files transmitted with it may be confidential,
>>>>> legally
>>>>> privileged and protected in law and are intended solely for the
>>>>> use
>>>>> of the
>>>>>
>>>>> individual to whom it is addressed.
>>>>> This email was multiple times scanned for viruses. There should
>>>>> be
>>>>> no
>>>>> known virus in this email!
>>>>> *******************************************************
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>>>> The demand for IT networking professionals continues to grow, and
>>>>> the
>>>>> demand for specialized networking skills is growing even more
>>>>> rapidly.
>>>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>>>> about Cisco certifications, training, and career opportunities.
>>>>> http://p.sf.net/sfu/cisco-dev2dev
>>>>> _______________________________________________
>>>>> Assp-test mailing list
>>>>> Assp-test@lists.sourceforge.net
>>>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>>> The demand for IT networking professionals continues to grow, and
>>>> the
>>>> demand for specialized networking skills is growing even more
>>>> rapidly.
>>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>>> about Cisco certifications, training, and career opportunities.
>>>> http://p.sf.net/sfu/cisco-dev2dev
>>>> _______________________________________________
>>>> Assp-test mailing list
>>>> Assp-test@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>>
>>>>
>>>>
>>>>
>>>> DISCLAIMER:
>>>> *******************************************************
>>>> This email and any files transmitted with it may be confidential,
>>>> legally
>>>> privileged and protected in law and are intended solely for the
>>>> use
>>>> of the
>>>>
>>>> individual to whom it is addressed.
>>>> This email was multiple times scanned for viruses. There should be
>>>> no
>>>> known virus in this email!
>>>> *******************************************************
>>>
>>>
>>>
>>>
>>>
>>
>>
------------------------------------------------------------------------------
>>> The demand for IT networking professionals continues to grow, and
>>> the
>>> demand for specialized networking skills is growing even more
>>> rapidly.
>>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>>> about Cisco certifications, training, and career opportunities.
>>> http://p.sf.net/sfu/cisco-dev2dev
>>> _______________________________________________
>>> Assp-test mailing list
>>> Assp-test@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>>
>>>
>>>
>>>
>>> DISCLAIMER:
>>> *******************************************************
>>> This email and any files transmitted with it may be confidential,
>>> legally
>>> privileged and protected in law and are intended solely for the use
>>> of the
>>>
>>> individual to whom it is addressed.
>>> This email was multiple times scanned for viruses. There should be
>>> no
>>> known virus in this email!
>>> *******************************************************
>>
>>
>>
>>
>>
------------------------------------------------------------------------------
>> The demand for IT networking professionals continues to grow, and
>> the
>> demand for specialized networking skills is growing even more
>> rapidly.
>> Take a complimentary Learning@Ciosco Self-Assessment and learn
>> about Cisco certifications, training, and career opportunities.
>> http://p.sf.net/sfu/cisco-dev2dev
>> _______________________________________________
>> Assp-test mailing list
>> Assp-test@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/assp-test
>>
>>
>>
>>
>> DISCLAIMER:
>> *******************************************************
>> This email and any files transmitted with it may be confidential,
>> legally
>> privileged and protected in law and are intended solely for the use
>> of the
>>
>> individual to whom it is addressed.
>> This email was multiple times scanned for viruses. There should be
>> no
>> known virus in this email!
>> *******************************************************
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test
DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally
privileged and protected in law and are intended solely for the use of the
individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no
known virus in this email!
*******************************************************
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test