-
-
module: mail_tracking
version: 17.0 EE
Odoo.sh hosting
- Case: custom domain and custom alias domain, e.g. 'test.com'
- web.base.url set to 'test.com' and web.base.url.freeze param set
- alias…
-
Hi there,
As I don't want to procure a new wildcard ssl certificate for my subdomain *.sub.domain.org, I'm instead using *.domain.org
However I used to have a wildcard catchall CNAME which redirecte…
-
There're 2 emails I have: the main one and catchall. I receive spam on 3rd, **specific**, email address that's among "catchall".
Is there a way to block it for incoming emails? Whether it be sof…
-
We need to assess how to add links or info about related forms on this "catchall" form page, to redirect people to the correct, more specific form to use.
-
Hello!
I tried catching all the requests in my server w/ a simple
```
app.get(.catchall, use: c.myHandler)
```
however it seems `/` is not caught.
Is this the expected behaviour?
##…
-
The issue is when I have a function that before doing a case split Agda says there are no overlapping cases then after doing a split it says there are overlapping cases by highlighting one of the case…
-
## Feature Request
### Crates
tonic
### Motivation
While trying to implement a gRPC proxy server (and blend it with locally-implemented services), I found that I was forced to use the Name…
-
I'd like to log _all_ exceptions, including falcon exceptions.
I made a catch-all handler:
```python
def catchall_handler(req, resp, ex, params):
logger.error("Exception handled by catchal…
-
Hello,
I am having an issue where Stripe will sometimes send test mode events to the live mode endpoints.
I have a staging site that I use to receive test mode events and I have test mode endpoint…