Hi all,

fixed in 2.0.2_1.1.03:


- in some cases the 'open file' link was in the block report - even if the 
recipient was not an email admin
- in some cases the 'bombSubjectRe' was not working

changed:

- POP3: - a new parameter 'SMTPsender' is available to define the used 
SMTP FROM: address. If this parameter is not defined, the original 
(collected) FROM: address is used - if this is not found, the POP account 
will be used.

- assp now uses an additional personal whitelisting.
  - a global WL entry is only removed if there is no other active personal 
entry in the WL
  - an admin is able to cleanup the whitelist for a specific address, by 
sending a line '[email protected],*' to the 'EmailWhitelistRemove' 
address. This notation works also in the GUI. 


added:

It is now possible to use a 'personal blacklist'. The add and remove is 
done via email-interface, by sending specific email addresses to 
'EmailPersBlackAdd'  and 'EmailPersBlackRemove'.
A local user can force a complete report about all his personal black list 
entries by defining an email address that begins with 'reportpersblack' in 
a remove request : eg: [email protected]
Only an admin can force a complete cleanup of all personal black entries 
for a specific email address for all local users - sending an email to 
'EmailPersBlackRemove' with the address followed by ',*' in the body
eg: address_to_rem...@the_domain.foo,*

The check of the personal black list is done shortly after the RCPT TO: 
command. This command will be rejected if an entry  is found - any other 
setting except send250OK and send250OKISP will be ignored.
Personal Black List entries are valid for one year from last found or 
renew.

How ever, use the personal black list only, if you can not use 
'blackDomains' for any reason - 'blackDomains' is the better choice, if 
you want to block complete domains.

'persblackdb','Personal Blacklist Database 
File',40,\&textinput,'persblack','(\S+)','configChangeDB','The file with 
the personal blacklist.<br />
  Write only "DB:" to use a database table instead of a local file, in 
this case you need to edit the database parameters below.',


'EmailPersBlackAdd','Add to Personal BlackListed 
Addresses',20,\&textinput,'assp-persblack','(.*)@?',undef,
  'Any mail sent by local/authenticated users to this username will be 
interpreted as a request to add the sender address to the personal 
blackListed addresses. Do not put the full address here, just the user 
part. <br />For example: assp-black. !
  <input type="button" value=" Edit persblackreport.txt file" onclick="
javascript:popFileEditor(\'reports/persblackreport.txt\',2);" />',
'EmailPersBlackRemove','Remove from Personal BlackListed 
Addresses',20,\&textinput,'assp-persnotblack','(.*)@?',undef,
  'Any mail sent by local/authenticated users to this username will be 
interpreted as a request to remove the sender address from the personal 
blackListed addresses .<br />
  Do not put the full address here, just the user part.<br />
  For example: assp-notblack.!
  <input type="button" value=" Edit persblackremovereport.txt file" 
onclick="javascript:popFileEditor(\'reports/persblackremovereport.txt\',2)
;" />',

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


------------------------------------------------------------------------------

_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to