Hi all,

fixed in assp 2.8.2 *SPAM-Eliminator* build 24334:


- the timezone difference to GMT was only calculated once at start
  if assp was running while DST has changed - schedule times were wrong 
calculated

- if a mail contained more than one DKIM identity, only the first one was 
used in related features
 

changed:

- The following was added to the scheduler help text:

If your systems timezone is other than UTC and within the timezone 
daylight saving is used, there will be two special time ranges in a year.
1. the day were the time is set forward (e.g. march sunday last) - which 
leads in to a time range with invalid time values (e.g. CET->CEST 
02:00:00-02:59:59)
2. the day were the time is set backward (e.g. october sunday last) - 
which leads in to a time range with ambiguous time values (e.g. CEST->CET 
02:00:00-02:59:59)
If a scheduled time is in such a range, the execution time is set one hour 
later in case 1, in case 2 the first (lower epoch) time is used.
If in case 2 a (re)schedule is done within the first time and the new 
scheduled time is valid in the second time (higher epoch), the scheduled 
time is used.
For example:
a task scheduled with "30 2 * * *" will run at 3:30 in case 1 and at 2:30 
(DST on) in case 2.
a task scheduled with "30 * * * *" will run at 3:30 in case 1 and in case 
2 at 2:30 (DST on) and 2:30 (DST off).

The scheduler code was changed to provide this behavior.
Loglines that are related to the scheduler are now showing the timezone 
name (like CET) and the timezone difference to GMT (like +01:00)


- The added Authentication-Results: header contains now more details about 
SPF,DKIM and DMARC results


added:

'noSpoofingCheckDKIMIdentity','Don\'t do Spoofing Check for these DKIM 
Identities and DKIM From: and Sender:*'
 'If a mail is DKIM signed by a local domain and the DKIM identity or the 
header FROM or the header SENDER address matches, spoofing is not checked 
for any address.
 To make this feature working DoNoSpoofing4From has to be enabled!
 Accepts specific addresses (u...@example.com), user parts (user) or 
entire domains (@example.com). Wildcards are supported 
(fribo*@example.com).'
 

Thomas

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to