Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2024-11 #6141

Merged
merged 52 commits into from
Nov 7, 2024
Merged

2024-11 #6141

merged 52 commits into from
Nov 7, 2024

Conversation

FreddleSpl0it
Copy link
Collaborator

November Release

q16marvin and others added 30 commits February 9, 2024 11:23
* [Web] Updated lang.fr-fr.json

[Web] Updated lang.fr-fr.json

Co-authored-by: GeistFighter <[email protected]>
Co-authored-by: Samuel F <[email protected]>

* [Web] Updated lang.fi-fi.json

Co-authored-by: Berttas <[email protected]>

* [Web] Updated lang.ru-ru.json

Co-authored-by: Habetdin <[email protected]>

* [Web] Updated lang.uk-ua.json

Co-authored-by: DRago_Angel <[email protected]>

* [Web] Updated lang.pt-br.json

Co-authored-by: xmacaba <[email protected]>

---------

Co-authored-by: GeistFighter <[email protected]>
Co-authored-by: Samuel F <[email protected]>
Co-authored-by: Berttas <[email protected]>
Co-authored-by: Habetdin <[email protected]>
Co-authored-by: DRago_Angel <[email protected]>
Co-authored-by: xmacaba <[email protected]>
* [Web] Updated lang.cs-cz.json

Co-authored-by: Kristian Feldsam <[email protected]>

* [Web] Updated lang.fr-fr.json

Co-authored-by: Samuel F <[email protected]>

---------

Co-authored-by: Kristian Feldsam <[email protected]>
Co-authored-by: Samuel F <[email protected]>
Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
[SOGo] Fix vacation auto reply date shifting
show last sso login in mailbox table
# What
- Adding some brazilian translations that were missing

Co-authored-by: Airon Teixeira <[email protected]>
… v3 (#6102)

Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 22 commits October 15, 2024 10:34
Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
In the last months and years, the default `mime_types.conf` of rspamd has changed and it might be also useful to make some adjustments to the weight of certain file extensions.

This PR is removing all file extensions from `mime_types.conf` which are already in rspamd's default configuration at [rspamd/src/plugins/lua/mime_types.lua](https://github.com/rspamd/rspamd/blob/master/src/plugins/lua/mime_types.lua). If file extension is not present or has a different score compared to rspamd default, it is still in the list.

There are also a few major differences to certain file extensions, which might be useful to discuss and carefully adjust. For example, `.exe` files are rated very 'badly' due to high chance of being malicious, so are other extensions like `bat`, `cmd`, etc.

Current suggestion:
```lua
# Extensions that are treated as 'bad'
# Number is score multiply factor
bad_extensions = {
  apk = 4,
  appx = 4,
  appxbundle = 4,
  bat = 8,
  cab = 20,
  cmd = 8,
  com = 20,
  diagcfg = 4,
  diagpack = 4,
  dmg = 8,
  ex = 20,
  ex_ = 20,
  exe = 20,
  img = 4,
  jar = 8,
  jnlp = 8,
  js = 8,
  jse = 8,
  lnk = 20,
  mjs = 8,
  msi = 4,
  msix = 4,
  msixbundle = 4,
  ps1 = 8,
  scr = 20,
  sct = 20,
  vb = 20,
  vbe = 20,
  vbs = 20,
  vhd = 4,
  py = 4,
  reg = 8,
  scf = 8,
  vhdx = 4,
};

# Extensions that are particularly penalized for archives
bad_archive_extensions = {
  pptx = 0.5,
  docx = 0.5,
  xlsx = 0.5,
  pdf = 1.0,
  jar = 12,
  jnlp = 12,
  bat = 12,
  cmd = 12,
};

# Used to detect another archive in archive
archive_extensions = {
  tar = 1,
  ['tar.gz'] = 1,
};
```

**As a important reminder**: For all remaining and additional file extensions and score weights, please check above default rspamd configuration!
* rspamd: upgrade to 3.10.1

* rspamd: adapt 30s task timeout per default now
* rspamd: update to 3.10.2

* rspamd: fix broken archive_extension gz
* [Web] Updated lang.lv-lv.json

Co-authored-by: Edgars Andersons <[email protected]>

* [Web] Updated lang.zh-tw.json

[Web] Updated lang.zh-tw.json

Co-authored-by: SamWang8891 <[email protected]>
Co-authored-by: milkmaker <[email protected]>

---------

Co-authored-by: Edgars Andersons <[email protected]>
Co-authored-by: SamWang8891 <[email protected]>
[Web][DockerApi] Add Feature to Rename Email Addresses
… v3.0.1 (#6130)

Signed-off-by: milkmaker <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* [Web] Updated lang.lv-lv.json

Co-authored-by: Edgars Andersons <[email protected]>

* [Web] Updated lang.tr-tr.json

Co-authored-by: Furkan <[email protected]>

---------

Co-authored-by: Edgars Andersons <[email protected]>
Co-authored-by: Furkan <[email protected]>
@milkmaker
Copy link
Collaborator

Thanks for contributing!

I noticed that you didn't select staging as your base branch. Please change the base branch to staging.
See the attached picture on how to change the base branch to staging:

check_prs_if_on_staging.png

@FreddleSpl0it FreddleSpl0it merged commit 0a58aa2 into master Nov 7, 2024
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants