mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-28 03:04:15 +00:00
Normalise when the server says it's DAViCal also.
This commit is contained in:
parent
3f2fab9281
commit
ec8b51ef99
@ -21,7 +21,7 @@ while( <STDIN> ) {
|
|||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
/^X-RSCDS-Version: RSCDS\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
/^X-(DAViCal|RSCDS)-Version: (DAViCal|RSCDS)\/[0-9.]+\.[0-9.]+\.[0-9.]+; DB\/[0-9.]+\.[0-9.]+\.[0-9.]+/ && do {
|
||||||
$_ = "";
|
$_ = "";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user