Hi all,

fixed in assp 2.2.2 build 13090:

- some email address and domain matchings were not working like expected 
for some entry variants
- denySMTPConnectionsFrom was not working
- it was possible that large mails (above 10-15 MB) were not transfered - 
such mails are now no longer queued for
  the post checks (DKIM, Plugins level 2, charset/TNEF conversions)
- if more than one mail was transfered in one session, the second and next 
mails have not got any score for bad helo's checks


changed:

The function for the following IP address lists is changed / enhanced:

whiteListedIPs, noBlockingIPs, noDelay, denySMTPConnectionsFrom, 
noProcessingIPs 

  To define IP\'s only for specific email addresses or domains 
(recipients) you must use the file:... option
  An entry (line) may look as follows:
  145.146.0.0/16=>*@local.domain|user@mydomain|user2@*.mydomain # comment

  It is possible to define a predefined group on any or both sides of the 
'=>' separator, like:
  [ipgroup]=>[usergroup]|user@mydomain

  NOTICE: the following combination of two entries, will lead in to an 
user/domain based matching - the global entry will be ignored!
  145.146.0.0/16 # comment
  145.146.0.0/16=>*@local.domain|user@mydomain|user2@*.mydomain # comment
  If multiple user/domain based entries are defined for the same IP, only 
the last one will be used!

If an user/domain based entry is defined, the IP will be no longer 
...listed unless the SMTP-command 'RCPT TO' is finished
(and a match is found).
So - for example - if you has whitelisted an IP to skip the early HELO 
check - and you change it now to be user/domain based - the early HELO 
check will be no longer skipped for this IP!


The function for the following email address/domain lists is changed / 
enhanced:

blackListedDomains, whiteListedDomains

  It is possible to make email addresses blacklisted only for a set of 
local domains and/or local users. 
  Use wildcards (* and ?) to define domains.
  Use the following syntax to do this:
  *@anydomain=>*@any_local_domain - for domain to domain
  *@*.anydomain=>*@any_local_domain - for any sub-domain to domain
  user@anydomain=>*@*.any_local_domain - for user to any sub-domain
 
  It is possible to define more than one entry at the left and the right 
side of the definition (=>), like:
  *@anydomain|*@other_domain=>*@any_local_domain|*@other_local_domain - 
always separate multiple entries by pipes
  It is also possible to use a GroupDefinition in any or both sides, like:
  [sendergroup]=>[recipientgroup]
 
[sendergroup1]|[sendergroup2]|*@domain=>[recipientgroup1]|[recipientgroup2]|user@local_domain
 
  NOTICE - that the local email addresses and domains are not checked to 
be local once


Thomas

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!
*******************************************************


------------------------------------------------------------------------------
Own the Future-Intel(R) Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest. Compete 
for recognition, cash, and the chance to get your game on Steam. 
$5K grand prize plus 10 genre and skill prizes. Submit your demo 
by 6/6/13. http://altfarm.mediaplex.com/ad/ck/12124-176961-30367-2
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to